Multiple fields
Hey guys, is it possible to add multiple fields?
For example I need to send an array like it:
[
{ "textButton": "example 1", "urlButton": "xxxx 1", "country": "xx 1" },
{ "textButton": "example 2", "urlButton": "xxxx 2", "country": "xx 2" },
{ "textButton": "example 3", "urlButton": "xxxx 3", "country": "xx 3" },
{ "textButton": "example 4", "urlButton": "xxxx 4", "country": "xx 4" }
]
Form:
textButton, urlButton, country (+ button)
If the user click on (+ button), then add a new row with the same fields:
textButton, urlButton, country
......
So I need to have a form where the user can be add fields as necessary.
Is it possible?
Posted by Fellipe Barros about 1 month ago