hello! I’m new to coding and would love to be guided in the right direction. iv been following some tutorials on youtube on how to use Netlify. the issue is that for some reason when I do a test submission, the submission doesn’t go through to my email. I basically just received a blank email. has anyone gone through this issue?
here is my code for my form. Did i miss any steps?
Hard to tell with the opening <form> tag cut off. Can you repost the whole code section?
Also, I’ve not used javascript with netlify forms…and if you’re keeping things simple, I wouldn’t recommend it. Just follow the example in the documentation and you should be fine.
(BTW - I’m not sure if your class="two words" is going to work the way you expect. I think you should remove the space, and then edit your CSS accordingly.)
especially the onclick="thanks()". That’s calling some javascript which may conflict with the way netlify handles forms. Could you share the full code for your site (or even a link to your site)?