Support

Account

Home Forums Pre-purchase Questions Event Registration for User-Submitted Events

Solved

Event Registration for User-Submitted Events

  • Is there a way to use ACF plus any add-ons that would let me do this:

    – allow unregistered users to add events on the frontend (4 text fields)
    – moderate these submissions
    – upon approval, this event would then be posted live AND
    – visitors would be able to register for the event
    – event would get a page of its own, complete with a Googlemap

  • Hi @phantasmix

    great quesiton. In short, yes.

    I have written a similar front end for for a website I am developing.

    Basically, use acf_form with this tutorial to get your form to create draft posts:
    http://www.advancedcustomfields.com/resources/tutorials/using-acf_form-to-create-a-new-post/

    Then, as an admin, you can publish the draft and it will show on the site.

    You may need to add in some extra customization, but there are actions and filters if you need.

    Good luck
    Cheers
    E

  • Awesome, thanks!
    Was considering another plugin but ACF is always the cleaner and more flexible way to go. Love it 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Event Registration for User-Submitted Events’ is closed to new replies.