You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed the instructions, uncheck the comment on the form-submission-handler.js file. And I wanted to try testing it, but if I comment or not put the css code to hide the field, and try to fill it and press sent... It its received and got no error. I am not sure if this is the right way to test it, or if its really failing. In case, its my mistake, how do I fix it?
Good catch, it looks like this has been broken ever since we merged #194, my fault really since I recommended filtering it out too soon. We have to move the filter to right before we send the data. The honeypot field is required to be in the forms object with how this is written. At this point, I'd be happy to make this part of the main tutorial so that anyone copying the form gets the benefit outright.
I have followed the instructions, uncheck the comment on the form-submission-handler.js file. And I wanted to try testing it, but if I comment or not put the css code to hide the field, and try to fill it and press sent... It its received and got no error. I am not sure if this is the right way to test it, or if its really failing. In case, its my mistake, how do I fix it?
I have uploaded a codepen in case I have made a mistake:
https://codepen.io/asenav/pen/GLmjqX
I also the page here:
https://www.panamaanimation.com/formulario.html
The text was updated successfully, but these errors were encountered: