Submit button under the survey form questions

Hi campers,

For the project survey form I am trying to get my Submit button under the questions. But whatever I do it always just appears on the right side next to the last question.

This is my pen: https://codepen.io/jeltehomminga/pen/BqddjO

Anyone that can explain what I’m doing wrong?

Cheers, Jelte

You are missing the select closing tag.

Once added, the submit button correctly wraps on a new line. :+1:

1 Like

Thanks a lot! can’t believe I missed that :man_facepalming:t3: