• Resolved lannews

    (@lannews)


    Hi how do you add a capcha to allow non members submit an event?

    I want to use recapha, and all i want to know is how to add it to the submit event form for non members, like below

    Members – submit an event without needing to pass the anti-spam
    Non members – can only submit an event once passed the anti-spam

    if you can help me it would be grand ??

    https://www.ads-software.com/extend/plugins/events-manager/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter lannews

    (@lannews)

    i have found the php file (event-editor.php) and i have isolated the code that is used in the form
    what i need now is to somehow do this

    <div class="inside event-form-bookings">
    			<?php em_locate_template('forms/event/bookings.php',true); ?>
    		</div>
    		<!-- END Bookings -->
    		<?php endif; ?>
    
    		<?php do_action('em_front_event_form_footer'); ?>
    	</div>
    
    //ADD reCAPCHA HERE
    
    	<p class="submit">
    		<input type="submit" name="events_update" value="<?php _e ( 'Submit Event', 'dbem' ); ?> ?" />

    i have searched but i do not have the knowledge yet to do this my self. If anyone at all can help please do, even a guess will be a start

    It would be useful to have this in one of the next updates of EM as a regular feature of the submission form. ??

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    We have this feature in our Pro form editor. Eventually we’ll have a snippets/user contributions section where this would fit in nicely.

    I use Contact Form 7. Is it possible to build the Events Manager submission form with that?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    no, unless you’re willing to do a lot of custom coding

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Events Manager] Adding a capcha for non members submitting an event’ is closed to new replies.