Forums

Info about the Auto Server Side Validation action

quenda 19 Jan, 2013
Hallo.
Since I've received some emails with the input names in curly brackets like {input_text_1}, I've inserted an Auto Server Side Validation action in my form (see attached image):

[attachment=0]events.jpg[/attachment]

I've inserted several fields names in the Required box of the Auto Server Side Validation action:

input_text_nome,
input_text_cognome,
input_text_username,
input_password,
input_password_confirm,
input_text_email,
input_text_email_confirm


Of course I've inserted the same fields names (comma separated) in the "Not Empty" box.

Unfortunately I still receive some emails with the input names in curly brackets.

How can I setup a form in a way that the "curly brackets" are not allowed :wink: in some (or all) fields?

Thank you!

ettore
GreyHead 20 Jan, 2013
Hi quenda,

You need to drag an Event Loop action into the pink On Fail event of the Auto Serverside Validation action. Otherwise it does nothing at all.

Bob
quenda 20 Jan, 2013
First of all a big thank-you for your fast answer.

Can you tell me the correct value for the "Target Event" parameter in the Event Loop action?

> On Load
> On Submit
> On Submit > Auto Server Side Validation (10) > OnSuccess
> On Submit > Auto Server Side Validation (10) > OnFail


Thank-you!

ettore
GreyHead 20 Jan, 2013
Hi Ettore,

The default setting '> On Load' is what you want.

Bob
quenda 20 Jan, 2013
Thank-you again.

Great support!

ettore
This topic is locked and no more replies can be posted.