• Resolved Steven ter Horst

    (@steven-ter-horst)


    Hi, is it possible to delete some fields in the event submission form? There’s a bit too much detail in the current form than I need for my site. I’d like to delete “State/Country”, “Postcode”, “Region” and probably also the Country drop down. Maybe some options will return, but as far as I can see now, without these options is sufficient.

    Thanks in advance.

    http://wordpress.org/extend/plugins/events-manager/

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

    (@angelo_nwl)

    yes, you can modify template file at wp-content/plugins/events-manager/templates/forms/event/location.php

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

    Thread Starter Steven ter Horst

    (@steven-ter-horst)

    Hi Angelo, thanks for the quick reply. In the theme folder I created the complete folder tree as, changed when.php to delete the fields above and save the new when.php. This is also the only file I put in the folder. On the frontend nothing changed in the create new event form.

    Here’s the whole path of the folders and the edited where.php: wp-content/themes/[mytheme]/plugins/events-manager/templates/forms/event/where.php

    When I open where.php from ftp, the lines are actually removed. I’m probably missing one obvious step.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    should be something like this

    wp-content/themes/[mytheme]/plugins/events-manager/forms/event/where.php

    but try forms/event/location.php instead

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

The topic ‘Event submission form – delete some fields’ is closed to new replies.