-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hidden form inputs #403
Comments
Yeah, it will help me too. Do you have anything new? |
Are you requesting that we add a way for form inputs to be excluded from the form? I believe we have done something similar with the honeypot field. You could reference that for a way to do this yourself. We could build more custom logic for doing this "automagically" for folks using magic strings when declaring your form. This could have unintended side effects for some users though. So, it may be desirable for folks to follow that pattern if they want to do this. See these parts of the code for how we do it there for one field already:
Does that help you, @ririko5834 / @stefan55574 ? |
Please let us know if that didn't help & feel free to ask / submit a change to the tutorial if you think that will help others in the future. Thanks! |
Please add that hidden form inputs will be not send to email
The text was updated successfully, but these errors were encountered: