R
rics
Hello,
I have a form with basicly three fields, as follows:
NAME
PHONE_TYPE - PHONE_NUMBER
The second line have two fields. I have to do something to allow the
user to add or remove more lines on this form, so he could send how
many combinations (phone_type & phone_number) he need to.
For example:
NAME
PHONE_TYPE - PHONE_NUMBER (+)
and then he clicks the + button:
NAME
PHONE_TYPE - PHONE_NUMBER (-)
PHONE_TYPE - PHONE_NUMBER (+)
and so on... If he clicks the - sign, that line is deleted.
How can I do that???
I have a form with basicly three fields, as follows:
NAME
PHONE_TYPE - PHONE_NUMBER
The second line have two fields. I have to do something to allow the
user to add or remove more lines on this form, so he could send how
many combinations (phone_type & phone_number) he need to.
For example:
NAME
PHONE_TYPE - PHONE_NUMBER (+)
and then he clicks the + button:
NAME
PHONE_TYPE - PHONE_NUMBER (-)
PHONE_TYPE - PHONE_NUMBER (+)
and so on... If he clicks the - sign, that line is deleted.
How can I do that???