Hi
I have a form with autoresponder, in the name field it does not allow me to put M.Dolors, but it does allow me to put MDolors, what is it due to.
The name field: solicitant
In auto response I have: Hello $solicitant
Thank you
autoresponder
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
-
-
- Posts: 112
- Joined: Sat Apr 25, 2020 5:17 pm
- Contact:
Re: autoresponder
Which 'name' field are you referring to?
-
-
- Posts: 112
- Joined: Sat Apr 25, 2020 5:17 pm
- Contact:
Re: autoresponder
Good morning
I request the person's name and use it to autorespond.
Editbox --> Name: UserName
Form --> Advance --> Autoresponder --> Message: Edit message: Hello $UserName
The "Nom" field = Name of the person
I have detected that in this field the user name is "M.Dolors" when submitting the form there is an error, if I put "MDolors" there is no problem.
https://www.fotografiamanresa.es/formul ... sional.php
Regards.
I request the person's name and use it to autorespond.
Editbox --> Name: UserName
Form --> Advance --> Autoresponder --> Message: Edit message: Hello $UserName
The "Nom" field = Name of the person
I have detected that in this field the user name is "M.Dolors" when submitting the form there is an error, if I put "MDolors" there is no problem.
https://www.fotografiamanresa.es/formul ... sional.php
Regards.
Re: autoresponder
What is the PHP code of the page?
Do you have a demo project?
For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134
Do you have a demo project?
For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134
-
-
- Posts: 112
- Joined: Sat Apr 25, 2020 5:17 pm
- Contact:
Re: autoresponder
In the validation properties of the 'solicitant' field, you have set
This does not seem to include support for dots...
Code: Select all
[A-Za-zÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ \t\r\n\f0-9-]
-
-
- Posts: 112
- Joined: Sat Apr 25, 2020 5:17 pm
- Contact:
Re: autoresponder
Hi
Editbox --> Validate --> Tex format --> Other (here point or other symbols)?
Editbox --> Validate --> Tex format --> Other (here point or other symbols)?
Re: autoresponder
You did not share your project so i cannot see what your exact settings are, but with the current settings dots are not allowed.
So, you will either have to update the settings or disable validation.
So, you will either have to update the settings or disable validation.