This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

hilmar3858
hilmar3858

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

fumio.furukawa2493
fumio.furukawa2493

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' %}
pramit.acharya2721921
pramit.acharya2721921

Parse error: syntax error, unexpected '$validator' (T_VARIABLE), expecting function (T_FUNCTION). error.

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.