javascript - Multi step form with jQuery which degrades nicely if JS is turned off -
i had form set each section refreshed using ajax, didn’t degrade gracefully javascript turned off , i’ve looked putting each part of form in separate view works fine isn’t great honest.
i know client wants nice thought using jquery show , hide forms, if javascript turned off of forms build in 1 long form. problem facing after each section user needs submit information validated before next stage completed. how can if javascript turned off because other forms visible...
any ideas? thanks.
you might consider using 1 long form divided sections, , if javascript enabled hide 1 section @ time, providing navigation between sections (via tabs, instance).
alternately, @ using script
, noscript
sections, end duplicating form (once in script
sections, once in noscript
sections) , starts getting maintenance problem.
Comments
Post a Comment