Title: Location Form front-end
Last modified: June 21, 2018

---

# Location Form front-end

 *  Resolved [andermurks](https://wordpress.org/support/users/andermurks/)
 * (@andermurks)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/location-form-front-end/)
 * I need to provide a front-end form for locations, i.e. submit a location without
   an event. Is this currently included in any way?
 * I’ve looked through the source code a bit, but I am a php novice and although
   it appears there is a front-end form for locations ( events-manager\templates\
   forms\location-editor.php ), I don’t understand how I would use this or find 
   any reference to it in the code.
 * Any help would be much appreciated, thanks.

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

 *  [Tim Vergara](https://wordpress.org/support/users/tim01/)
 * (@tim01)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/location-form-front-end/#post-10421900)
 * Currently there is no way to submit Locations only for public. You would need
   to create your own form for it.
 *  Thread Starter [andermurks](https://wordpress.org/support/users/andermurks/)
 * (@andermurks)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/location-form-front-end/#post-10424714)
 * I was able to solve this, since all of the groundwork has already been done, 
   just the shortcode wasn’t implemented.
 * If anyone needs it, just create a small php plugin file and add this:
 *     ```
       function my_em_get_location_form_shortcode( $args = array() ){
       	return em_get_location_form( (array) $args );
       }
       add_shortcode ( 'location_form', 'my_em_get_location_form_shortcode');
       ```
   
 * Add the shortcode [location_form] anywhere on your site.

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

The topic ‘Location Form front-end’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [andermurks](https://wordpress.org/support/users/andermurks/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/location-form-front-end/#post-10424714)
 * Status: resolved