Scorptique Posted November 27, 2008 Share Posted November 27, 2008 Hello all! I want to make a form with a set of text fields and an "add another set" button whereby when I click it, another set of the same fields is generated below it. And the user can continously add sets of fields. I dont know how to do it ??? I know Javascript supports such feature but does anyone know how to create one using php? Help please. Quote Link to comment https://forums.phpfreaks.com/topic/134449-how-to-generate-multiple-fields-in-a-form/ Share on other sites More sharing options...
DeanWhitehouse Posted November 27, 2008 Share Posted November 27, 2008 Not without reloading the page. Show us how far you have got and we will help you Quote Link to comment https://forums.phpfreaks.com/topic/134449-how-to-generate-multiple-fields-in-a-form/#findComment-699981 Share on other sites More sharing options...
.josh Posted November 27, 2008 Share Posted November 27, 2008 depends. Are the values/descriptions something you're pulling from a database or file? Use ajax. Are they being generated from for example, $x+1 or something? Use javascript. Quote Link to comment https://forums.phpfreaks.com/topic/134449-how-to-generate-multiple-fields-in-a-form/#findComment-699982 Share on other sites More sharing options...
Maq Posted November 27, 2008 Share Posted November 27, 2008 Check out this tutorial. Quote Link to comment https://forums.phpfreaks.com/topic/134449-how-to-generate-multiple-fields-in-a-form/#findComment-699984 Share on other sites More sharing options...
Scorptique Posted November 27, 2008 Author Share Posted November 27, 2008 Thanks for the link Maq. I was wondering, how do to I insert multiple SETS of fields? I want to insert in sets of 3. Because I want to fill in the "First name", "Last name", "Email" for each set. Im super new to javascript. Ive only studied php. I hope you can help me. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/134449-how-to-generate-multiple-fields-in-a-form/#findComment-700284 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.