Survey Form Review - "multiple pages" using transition

Hello there,

I’ve decided to finish all RWD projects and finally get my FCC certification! :]

This is my survey-form → link ← I worked on today.

I tried to keep it simple and not to use any fancy things or design, althought,
I am using GSAP for animating transitions between slides.

Hope you like it :slight_smile:

CodePen source code

Nice! The styling is awesome. I would make the question headings a bit bigger for readability though.

Yeah my thinking :] Appriciate your response.

Welcome back @Dorfieeee. Your form looks good. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.

Some suggestions, you don’t have to incorporate if you don’t want to;

  • More of a de facto standard, user’s filling out forms are used to seeing checkboxes to the left of their labels
  • Format your code so it’s easier to read. If you’re using an IDE there’s more than likely an extension you can import that will do it for you at the click of a button.
    For example (since you also link to codepen) in codepen click “settings” then “behavior” and there’s a toggle to allow the user to ‘format on save’.

Hi,

thank you for your time and your feedback.

I’ve made some changes and I think you’ll be happy with the results :slight_smile: .

I’m using VSC with Prettier and copy pasted the code as is. What exacty was not easy to read?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.