Events Made Easy Forums How do I … EME Front end submit form customizing

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #58258
    Anonymous
    Inactive

    I would like to include fields to Set # of seats and price in the Front End submit form.
    what do I have to do
    Failing that is it possible to set a default price in the RSVP for events submitted from the form

    Thank you

    #58259
    Franky
    Keymaster

    I updated the doc a bit, but you can use price and event_seats too.
    From the doc, I added:

    For all possible fields, look at eme_events.php, function eme_new_event.
    Many newer event options are stored in properties, see eme_events.php function eme_init_event_props(), for a whole list.

    It is not that user friendly, I know (not my code initially), but I’m thinking about revamping the whole thing …

    #58260
    Anonymous
    Inactive

    Thanks Franky..
    You are right in saying its not user friendly, I should tell you that I am not a coder…
    First i found the template copied test.php renamed it testform.php and modified it slightly to see if what I was doing had any remote chance of working.. I copied it back into the templates folder, changed the shortcode on my page to include testform.php
    this didn’t work
    I then looked for the folder
    WP UPLOAD DIR/events-made-easy-frontend-submit/
    ./wp-content/themes/your-current-theme/eme-frontend-submit/
    ./wp-content/themes/your-current-theme/events-made-easy-frontend-submit/
    ./wp-content/themes/your-current-theme/emefs/
    ./wp-content/themes/your-current-theme/events-made-easy/

    none existed ..
    so i am at a loss as too where to find the file that needs modifying

    Robert

    #58261
    Franky
    Keymaster

    The directories mentioned don’t exist by default and you should create one. Best is to use
    WP UPLOAD DIR/events-made-easy-frontend-submit/ (WP_UPLOAD_DIR is to be replaced by your wordpress upload directory location, typically it is wp-content/uploads/ )
    Reason is that updating your theme won’t destroy it. Also changing it directly in the plugin subdir will cause it to be destroyed when the plugin updates.
    Also make sure the webserver has access to the file/directory you created/changed, otherwise it won’t work of course.

    #58266
    Anonymous
    Inactive

    thank you, for the quick responses,
    all cleared up now, and it works getting to grips with the coding syntax to make my form now
    once again thanks very much..

    #58380
    Anonymous
    Inactive

    On the dashboard, under the Send Mails menu option, the Select the Event(s) drop down option does not display all of the events. Only one event shows here instead of all of the events. How do I fix this issue? I’m guessing there is a setting somewhere or something but there are so many settings, I’m not sure which one correlates to this option. I’m trying to send an email to all WP users for a specific event but only one event out of about 6 show up in this Select the Events drop down option.

    #58381
    Franky
    Keymaster
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top