I used this form in my custom CE:
<form method="post" action="">
To : <input type="text" name="mail_to"> <br/>
Subject : <input type="text" name="mail_sub">
<br/>
Message <input type="text" name="mail_msg">
<br/>
<input type="submit" value="Send Email">
</form>
But when i press submit this error message pop-up :
This error occurs when there is a POST request without valid authentication token. From Contao 2.10, referral check is replaced by the requested token system. If the problem persists, you may be using an incompatible third-party extension or have not updated your version of the Contao system correctly.
Someone know reason?
Bookmarks