I have a massive form that needs to go onto the web. It is way too big for one page so I need the user to enter the fields in steps.
i.e. fill first 10 fields, press next.
another page and fill in more fields, press enxt
etc etc
I have done this before in asp and using cookies but the hosting for this is plain html (no asp, php, cgi-bin) so I cannot go down this route.
What is the best way to do this?
i.e. fill first 10 fields, press next.
another page and fill in more fields, press enxt
etc etc
I have done this before in asp and using cookies but the hosting for this is plain html (no asp, php, cgi-bin) so I cannot go down this route.
What is the best way to do this?