mrfusion Posted September 11, 2007 Share Posted September 11, 2007 Hi I'm looking to create a form the allows the user to input a simple list item by item. However I am not sure how to implement a form that allows the user to add as many fields as the need on the fly. Does any one have any ideas? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/68844-add-fields-to-a-form-dynamically-on-the-fly/ Share on other sites More sharing options...
pocobueno1388 Posted September 11, 2007 Share Posted September 11, 2007 Are you meaning you want them to be able to click "Add Form" and a new form will appear without a page refresh? If thats the case, then you will need JavaScript. You could also have a page asking them how many forms they want, then when they press submit it would display as many forms as they asked for. It all depends on what you want to do... Quote Link to comment https://forums.phpfreaks.com/topic/68844-add-fields-to-a-form-dynamically-on-the-fly/#findComment-346041 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.