CFv4 Emails

Error: "The mail function has been temporarily disabled . . ."

Posted: Nov 13 2013, 08:50
If you see this error: "The mail function has been temporarily disabled on this site, please try again later." then please check the Site Admin | Global Configuration | Server | Mail Settings and make sure that Send mail is set to yes.

Problems with 'Reply To' Email addresses

Posted: Mar 14 2013, 06:11

There is a Joomla! bug that adds the Admin Email address to any Reply To Email address that is set in ChronoForms.

Error: "Could not instantiate mail function"

Posted: Mar 5 2013, 05:31
This error is usually seen when you set up a new site or upgrade an exisiting site. Here are some suggestions for finding the source of the problem.

Some email data is missing

Posted: Nov 18 2012, 06:08

If you are not receiving the expected results in the body of your email message body here are some suggestions:

How can I attach files from my server to an email?

Posted: Oct 22 2012, 15:54
ChronoForms makes it easy to attach uploaded files to an email but sometimes you need to attach a 'standard' file that hasn't been uploaded like a product brochure or terms and conditions. This FAQ gives you one way to do that.

Why is there JavaScript code in the Email field?

Posted: Oct 10 2012, 05:39

If you are receiving a JavaScript chunk of code after a failed validation in the Email address field in your form, then you probably have the Joomla! Email Cloaking Plug-in enabled and it is trying to cloak the sample e-mail in the ChronoForms validation message.

Why do I get an 'Invalid Address' message?

Posted: Oct 10 2012, 05:38

I think that the "Invalid address:" message comes up in a couple of circumstances: 

Why aren't my emails being delivered?

Posted: Oct 10 2012, 05:38
There are many different causes of emails not being delivered. It can take some time and patience to find the cause. Most often ChronoForms and Joomla! are sending the emails correctly but they are being marked as possible spam and not being delivered.

How do I create an email subject using data from the form?

Posted: Oct 9 2012, 04:30

This FAQ shows you how to combine form input data and text to make up an email subject. You can use exactly the same method to build, for example, a Reply To Name from first_name and last_name data from your form.

How can I send an email to different addresses?

Posted: Oct 9 2012, 04:27
It's often useful to be able to send emails to different addresses depending on the selections the user has made in the form. For example., a Customer Service form might be sent to different departments depending on the type of question that is being asked.
It is tempting to try to do this by putting the emails in the Form HTML. This will work but is a security risk as any email in your HTML may be scraped and added to a spammers list.
Here is how to select the correct email address after the form is submitted.