Forums

Custom Error Message

john2aus 08 Aug, 2009
Hi,

I have set up my forms to email to the address a user puts in. However, if they do not put in an email address they get this message after they submit:

You must provide at least one recipient e-mail address.



How can I change that message?


Thanks.
kazirahul 08 Aug, 2009
if they do not put in an email address they get this message after they submit:
GreyHead 08 Aug, 2009
Hi john2aus,

You need to validate the form to make sure that there is a valid email address submitted.

Bob
john2aus 08 Aug, 2009
Hi,

How do I validate the text field to ensure a valid email address is entered? I have not used the wizard but instead inserted HTML in from Dreamweaver.
GreyHead 08 Aug, 2009
Hi john2aus,

On the Validation tab turn validation on and put the field name in 'required'and 'email'.

You could also add servers ide validation in the box belwo if you prefer.

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