Home › Forums › Quform PHP › An Ajax Error Occurred
- This topic has 4 replies, 3 voices, and was last updated 7 years, 11 months ago by mrcityrunner.
- AuthorPosts
- June 30, 2016 at 1:13 pm #19450mrcityrunnerParticipant
Hello
I am getting the following error:
“There was a problem
An Ajax error occurred.”after I submit a form. You can see this here: http://tinyurl.com/z9zp5bt
Please help urgently.
Thanks
Mrcityrunner
July 1, 2016 at 7:23 pm #19463AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
December 9, 2016 at 8:48 pm #20487fbherrParticipantHello, I was just searching for solutions to this same problem, and in case it helps anybody else, I discovered that in my case, the reason I was getting this “An Ajax error occurred” message was because I forgot the comma between the two email addresses in the following:
$config[‘recipients’] = array(
* ‘recipient1@example.com’,
* ‘recipient2@example.com’
* );When I added the comma, the form went through and I got the Thank you Ajax message instead.
December 9, 2016 at 11:45 pm #20490mrcityrunnerParticipantHi Ally, No – the problem is not fixed… if you submit anything through the form, it shows an error. Can someone please help? fbherr – thanks for your reply but my config is a single email and no syntax errors:
$config[‘recipients’] = ’email@address.com’;December 9, 2016 at 11:56 pm #20491mrcityrunnerParticipantIts ok – i got it working… you can close this ticket, thanks!
- AuthorPosts
- You must be logged in to reply to this topic.