Is it possible to have one form separated into several divs? At present I am running a multi page form, but I would like a transition between the two pages which I know the form needs to load straight up and then use some javascript after to toggle.
Is it possible to then have 2 divs containing a set of the inputs as needed.
On top of this, I am running some javascript to clear the default content (The design does not allow for labels outside the input). How would I get the form validation to run on this, such as the name field says "enter your name:", this input then toggles between the default and a blank input but it still validates with the default text. e.g. can you validate the fields on NOT "xxx xx xxxxx"?
Thanks