When a form is completed and submitted, I am getting the following line in the email that does not correspond to an input field:
"Send Member Details Button : Apply"
In the button properties, General tab, the Name of the button is "Send Member Details Button" The button Value/label is "Apply"
Why is a button name being sent along with the form content derived from the Editbox content?
How do I stop this behavior?
Unwanted content in emailed form content
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: Unwanted content in emailed form content
A button is also an input field so that is why it is also sent. This is standard HTML behavior.
A possible work around is to the button type to 'link' and then use an event to submit the form.
Or rename the button name to 'submit' or 'send', then it be filtered out of the form data.
A possible work around is to the button type to 'link' and then use an event to submit the form.
Or rename the button name to 'submit' or 'send', then it be filtered out of the form data.
-
-
- Posts: 9
- Joined: Tue Jan 25, 2022 8:38 pm
Re: Unwanted content in emailed form content
Thank you very much! That's why it didn't appear in previous iterations of the form - because it had a regular "Send" caption.
Chris.
Chris.