I was wondering if it possible for the user to add another drop down menu when filling in the form. The reason I need it is for the option: "languages spoken:". Now of course different people speak different languages & numbers of them - meaning I can't really place 10 drop downs there, because some people will need less, some more, so I'd like something like this-
DROP DOWN 1 (add another) - when clicked, drop down 2 would appear underneath
DROP DOWN 2....and so on
Thank you for your assistance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The form is just simple HTML. The difficult part is getting the form results posted to the process.php file. I'm afraid what you are asking is custom and without alot more detail I could not begin to explain what you need to do to accomplish this.
On the surface this seems relatively simple but it does require some html and php programming knowledge.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I was wondering if it possible for the user to add another drop down menu when filling in the form. The reason I need it is for the option: "languages spoken:". Now of course different people speak different languages & numbers of them - meaning I can't really place 10 drop downs there, because some people will need less, some more, so I'd like something like this-
DROP DOWN 1 (add another) - when clicked, drop down 2 would appear underneath
DROP DOWN 2....and so on
Thank you for your assistance!
The form is just simple HTML. The difficult part is getting the form results posted to the process.php file. I'm afraid what you are asking is custom and without alot more detail I could not begin to explain what you need to do to accomplish this.
On the surface this seems relatively simple but it does require some html and php programming knowledge.