Feb 1st, 2012, 12:13 PM
There are many ways to do this. From what I can see, a simple javascript or php $_POST[] method may work for this. If you need your form to pull data directly from the formtools database, then you'll be looking at something much more complex. I've built many dynamic forms over the years, some of which were extremely complex. But I did this without having to do much programming myself. The nice thing about being resourceful is that you rarely have to reinvent the wheel. There are many tools and scripts available across the internet. What I would suggest is that you browse through javascript.internet.com or hotscripts.com and see if there's a form-related script somewhere that would work for what you want.