I'll explain my situation a little more
I have a master FORM and dynamically generated FORM's each with an arbitrary number of FORM elements.
Code: Select all
Master FORM
===========
Name: |_______________|
Phone:|___| |___| |___|
Address: |__________________|
[Cancel] [Save]
Secondary dynamic FORM(s)
==================
Business Website: |_______________|
Personal Website: |_____________|
[Cancel] [Save]
The secondary FORM(s) may be unlimited...fields are arbitrary as are the number of FORM(s)
I wanted to have a single [Save All] button incase someone changed a field in each FORM, but if nested FORM's aren't allowed I can only think to use AJAX to iteratively save each seperate FORM (or at least those which have modified content)???
Know of a better way, perferably without using javascript?
Cheers
