Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Help me improve my form wizard

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #236895
    codingmedic
    Participant

    So I think this might just be the best place to post this. So here goes.

    I am trying to change a form into a mobile-friendly wizard and I think I have it working… but I am not sure if it’s coded right.

    Here (codepen.io: http://codepen.io/anon/pen/eJGPqe)is what I have so far. And it works. From a functionality point of view, when the user gets to question 8 to submit the form… clicking the submit button loads up a temporary blank page before going to s1proc.php; which it should. Why does it load up that blank page though? And is there a way to speed this submission process up?

    The second this is, I saw this tutorial (https://css-tricks.com/exposing-form-fields-radio-button-css/) on how to get more fields to show on selecting a radiobutton. How could I transfer this here such that the “next” button doesn’t show unless the user selects an answer?

    Thank you very much in advance :)

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.