Survey-form, not passing all tests

Hi everyone, can you please assist. I have been stuck on this form for too long now & i dont seem to get it right. Apart from that it doesn’t pass all the test, some fields have now disabled themselves. your kind opinion will be welcome… https://codepen.io/devmbali/pen/gdEoZJ

Hello @Mbali

Change the type of the button into "submit" and you’ll see that beautiful green 17/17 showing up on your screen.

<button id="submit" type ="submit" onclick = "post">Submit</button>
1 Like

Thank you so much.:smile: it passed

You’re very welcome.

Good Luck & Happy Coding.

1 Like