• Resolved cowgirly

    (@cowgirly)


    I don’t want people to be able to create anonymous events and can’t figure out how to make that work.

    In Settings > General > Event Submission Forms I have “Allow anonymous event submissions?” set to “NO”

    However, on my event submission form, there’s nowhere for a user to login before they create a submission. There are also no fields for the user to input their name, email, contact info, etc.

    Am I missing something? Help, thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry for the confusion, can you re-phrase please? however, you can add login form and/or add your registration link by modifying template file at wp-content/plugins/events-manager/templates/forms/event-editor.php

    e.g. you can add this em_locate_template('forms/bookingform/login.php',true, array('EM_Event'=>$EM_Event));

    to use templates: https://wp-events-plugin.com/documentation/using-template-files/

    Thread Starter cowgirly

    (@cowgirly)

    Thank you– I’m not sure I understand what you’re saying– let me try to rephrase what I need.

    Teachers are going to submit classes to the calendar. Those same teachers need to be able to come back and edit their classes from time to time. So there can’t be anonymous submissions of events, the users need to login so they can edit their own events. Is this possible?

    And even though I now have that set to *not* allow anonymous submission of events, they are still being allowed. Is there a setting for this somewhere that I’m missing?

    Thank you for that code– if I add it, what will it do– will it create a login form? And where do I add that code?

    Thanks again for any help you can give!

    Plugin Support angelo_nwl

    (@angelo_nwl)

    yes, it will create a login form Or better yet use wordpress plugin like Login with Ajax and then add it to your sidebar so users can login and/or register.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Anonymous events allowed, even though it's set to NO’ is closed to new replies.