Form is being displayed differently on Netlify and emails than it is inside payload and in HTML

Hi @mrsponge, thanks for the post.
There is a similar post regarding the same issue where forms do not submit the correct data for radio inputs and select inputs.
Kindly try out @perry’s suggestions to see if it helps solve the problem.

If you are having a hard time figuring out the exact solution from the 3 suggestions, I have narrowed it down to the answers by @Dennis and @laura below since your form uses for attribute in labels for radio inputs.

Also regarding your side-question…

Unfortunately you can’t test forms without it counting to form submissions. Submissions will always count.

A common alternative would be to console log your form data with JavaScript without sending to Netlify on your local development environment. That way you can view the structure of the form data beforehand.

Let me know the outcome after trying out the suggestions. Hope this helps.
Thanks.

1 Like