autoresponder

Issues related to forms.
Post Reply
Joan Ferrer
 
 
Posts: 112
Joined: Sat Apr 25, 2020 5:17 pm
Contact:

autoresponder

Post 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
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: autoresponder

Post by Pablo »

Which 'name' field are you referring to?
Joan Ferrer
 
 
Posts: 112
Joined: Sat Apr 25, 2020 5:17 pm
Contact:

Re: autoresponder

Post 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.
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: autoresponder

Post 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
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: autoresponder

Post 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...
Joan Ferrer
 
 
Posts: 112
Joined: Sat Apr 25, 2020 5:17 pm
Contact:

Re: autoresponder

Post by Joan Ferrer »

Hi
Editbox --> Validate --> Tex format --> Other (here point or other symbols)?
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: autoresponder

Post 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.
Post Reply