This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hi there. I'm trying to get a contact form to work on my site. I've tried both Flexi Contact and Octo Mail, but neither work. I always get this error when I press Send: http://i.imgur.com/jc8GUIt.png
"AJAX handler 'contactForm::onMailSent' was not found."
The Mail Configuration is right in the System Settings.
I've included all the necessary requirements:
{% scripts %}
{% framework %}
{% framework extras %}
and jQuery.
Last updated
Hi!
I was happend this problem, me too!
Add component 'contactForm' for page to solved.
pages/contact.htm
title = "Contact me!"
url = "/contact"
layout = "default"
hidden = "0"
[contactForm]
==
<h2>Contact Form</h2>
{% component 'contactForm' %}
Parse error: syntax error, unexpected '$validator' (T_VARIABLE), expecting function (T_FUNCTION). error.
1-3 of 3