• Hi, I would like to have a registration form that has 9 fields but that shows 3 fields and below some dots or tabs that onclick show next 3 fields. HOw can this be achieved? Thanks so much for your support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bnovotny

    (@bnovotny)

    You would need to create a separate stand alone registration form probably and use java script. The standard default WordPress registration form more than likely will not work. There might be another way with the standard registration form but it would require java script and load all 9 fields but hide 6 and when the mouse out function for the third field is performed unhide the next fields. You could also try to hide the Register Button until all the fields are completed just as a precaution so the user doesn’t trigger the registration process prematurely. I am not positive this will work but in theory it should. I do not work that much with java script so I could not tell you for certain this example will work though.

    • This reply was modified 8 years, 3 months ago by bnovotny.
    Thread Starter pepekam

    (@pepekam)

    will check out javascript options for the same already existing form. will share if I solve it. Thanks for your reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change registration form design’ is closed to new replies.