- This topic has 2 replies, 2 voices, and was last updated 4 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Strange status message on subscribing bookingform – booking not possible
Thanks for the great plugin! Everything works fine, but now I got a big problem:
If someone wants to book an event via booking form (with captcha), this message appears:
“Unerlaubter Formularzugriff festgestellt. Falls Du der Meinung bist, dass diese Nachricht fälschlicherweise angezeigt wird, kontaktiere bitte den Seitenbetreiber.”
It seems that on some events the booking works, on others it does not (instead the message appears) – what does it mean and what could be the reason for that? How can I fix it?
The code of the booking form:
<div>
<div id="reservierungsformular">
<div class='wpcf7-form'>
<h4><span class="highlight">Karten reservieren*:</span> #_EVENTNAME</h4>
<p><span class="highlight">* </span><span class="small">VVK: Bioladen Emmelshausen, Bioladen Kastellaun</span></p>
<p>Vorname:<br>#_FIRSTNAME</p>
<p>Name*:<br>#_LASTNAME</p>
<p>E-Mail*:<br>#_EMAIL</p>
<p>Anzahl Karten*:<br>#_SEATS</p>
<p class="small">(* Pflichtfeld)<p />
<p>Bitte geben Sie die angezeigten Buchstaben/Zahlen ein (Spamschutz):</p>
<p> #_CAPTCHA</p>
<p> #_SUBMIT</p>
</div>
</div>
</div>
Do you have a caching plugin in place? That might cause this. If so, best is to disable the caching of your events pages, disable the caching plugin or don’t use the captcha.
Hi Franky,
I have now the caching disabled and it seems to work fine. Thanks a lot for the advice and the quick answer!