zed420 Posted October 13, 2008 Share Posted October 13, 2008 Hi All I wonder if anyone can help me, I’ve got a HTML form, I like to generate similar forms by click of a button and have One submit button where I can submit them all at once. Is this possible or am I asking too much? Thanks Zed Quote Link to comment Share on other sites More sharing options...
Zane Posted October 13, 2008 Share Posted October 13, 2008 You can only submit one form at a time. You maybe able to rig something up in AJAX to send the data of all your forms to one page, but you'd also need to implement that page to receive all these forms' variables at once. Quote Link to comment Share on other sites More sharing options...
zed420 Posted October 13, 2008 Author Share Posted October 13, 2008 Thanks Quote Link to comment 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.