How did you integrate reCaptcha for the form on your site?
I have the reCaptcha plugin installed on my wordpress blog but it did not carry over for the eventr plugin.
Hopefully this is an easy fix.
Thanks
reCaptcha
(6 posts) (3 voices)-
Posted 3 years ago #
-
i have massive problems with sanitizeInput()... reCaptcha would make sanitizeInput unnecassary and the plugin more light-weight..Posted 3 years ago #
-
Some one has implemented reCaptcha in EventR - I am still working on it - so it might take a little longer for that version to come out. If you cannot wait, I have attached the beta version as an attachment here.Posted 3 years ago #
-
hm... thought that would solve my problem, but it doesn´t. the main problem is (as i think) the submit/action-button not having something like the event-id. still receiving 3 times the attendee when registering someone...Posted 3 years ago #
-
I think I understand the problem. Can you open the file 'show_registeration_form.php' and edit this code
change the line 10 from...
if(isset($_POST['action']) and $_POST['action']) { // Submitted Registeration
to
if(isset($_POST['action']) and $_POST['action'] and $_POST['event_id'] == $event->ID) { // Submitted Registeration
Hopefully, this will solve the problem.Posted 3 years ago # -
Hey Binnya,
Thanks a lot! That´s working. It solves another problem: Printing the success-message. The only problem is now, that it´s no ajax-load and so the scroll-panel jumps to page one (initializing there) even when i´m on page two or three. but that doesn´t really matter as long as it´s working it´s good enough for now.
But i just found another problem, i thought that wouldn´t be. the check if the registrant already registered didn´t work. but now, when i enter the name, klick out of the form-field and scroll down, he checks if the attendee is registered. and if he is, eventr puts out the following message
Found earlier attendee with the name 'Ardan'. If you find your profile in the list below, click on the 'Use Profile' button, and we'll use those details. If your profile is not there in the below list, just ignore this message and continue filling out the form.
Name: Ardan
Url:
Bio:
Submit-Button value="User Profile"
and this minimum 5 times. i didn´t deactive the overflow:hidden;, so i don´t know if there´s more than just those 5 repeats or if it´s endless. And by the way: It doesn´t even work when i press the button. No update... ?Posted 3 years ago #
Reply
You must log in to post.