![]() |
|
Add more options to form when user requests - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: Add more options to form when user requests (/Thread-Add-more-options-to-form-when-user-requests) |
Add more options to form when user requests - Megan - 10-30-2015 So I have a form which contains a textbox, a select menu and a submit button ![]() I want to make it so that I can add more boxes / remove boxes without having to edit the source code. What method do you suggest I use? I'm thinking jQuery, anyone got any alternative suggestions? Thinking of following this tutorial. EDIT : I have decided to go with this method rather than adding more php to the code. Thread closed. |