Page 1 of 1

autoresponder

Posted: Mon Feb 05, 2024 6:00 pm
by Joan Ferrer
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

Re: autoresponder

Posted: Mon Feb 05, 2024 6:43 pm
by Pablo
Which 'name' field are you referring to?

Re: autoresponder

Posted: Tue Feb 06, 2024 7:29 am
by Joan Ferrer
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.

Re: autoresponder

Posted: Tue Feb 06, 2024 7:40 am
by Pablo
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

Re: autoresponder

Posted: Tue Feb 06, 2024 9:23 am
by Joan Ferrer

Re: autoresponder

Posted: Tue Feb 06, 2024 10:15 am
by Pablo
In the validation properties of the 'solicitant' field, you have set

Code: Select all

[A-Za-zÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ \t\r\n\f0-9-]
This does not seem to include support for dots...

Re: autoresponder

Posted: Tue Feb 06, 2024 10:32 am
by Joan Ferrer
Hi
Editbox --> Validate --> Tex format --> Other (here point or other symbols)?

Re: autoresponder

Posted: Tue Feb 06, 2024 11:01 am
by Pablo
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.