Title: different forms?
Last modified: August 21, 2016

---

# different forms?

 *  Resolved [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/)
 * If i log in as a user NOT an admin, go to add event from menu “ADD EVENT” – add
   new – i go to the the add event form in the standard screen same as all the site
   style.
 * But if i click on my event that is listed from the calendar and click “Edit this
   entry” i end up in the WP type screen rather than my css theme style?
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

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

 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/#post-3875442)
 * Which one would you prefer people to use?
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/#post-3875446)
 * The one I get when from menu “ADD EVENT” – add new The style/theme I have set
   not WP
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/#post-3875631)
 * hi,
 * can you share the screenshots of the two? just for comparison.
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/#post-3875634)
 * Clicking edit from event after clicking calendar **NOTE: Same when logged in 
   as user only without the full admin options**
    [http://www.gigzone.co.uk/WP.png](http://www.gigzone.co.uk/WP.png)
 * clicking add event from menu then add new
    [http://www.gigzone.co.uk/WP1.png](http://www.gigzone.co.uk/WP1.png)
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/#post-3875637)
 * I see, could it be that you set an “Edit events page” at events > settings > 
   pages > other pages > Edit events page ?
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/#post-3875639)
 * I have that set to ADD EVENT
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/#post-3875641)
 * if I remove this then click add event I get no form to fill in but still see “
   EDIT ENTRY” that goes to WP screen same happens if editing locations
 * **IS it because when I log in as USER I see the WP bar at top of screen**
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/#post-3875644)
 * I have set the Edit events page to none and added form shortcode to my page add
   event. But I still see the edit event on all my pages that still return a WP 
   screen
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/#post-3875646)
 * I have now created two pages one for bookings another that shows the events I
   have I called it edit events.
    Appears to work as I want it to.
 *  **So now all I need to do is remove this ****Edit this entry**on each page. 
   What .php file will I find that in?
    the hyperlink points to `http://www.mysite.
   uk/wp-admin/post.php?post=13&action=edit` Shown Here
 * [http://www.gigzone.co.uk/WP3.png](http://www.gigzone.co.uk/WP3.png)
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/#post-3875648)
 * “So now all I need to do is remove this Edit this entry”
 * actually, this is a wordpress issue however you can try page.php or single.php
   within your theme or add this snippet in your theme functions.php
 * `add_filter( 'edit_post_link', '__return_false' );`
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/#post-3875649)
 * Thank you so much!! works fine now
    add_filter( ‘edit_post_link’, ‘__return_false’);
   Have it set out as so [http://www.gigzone.co.uk/](http://www.gigzone.co.uk/)

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

The topic ‘different forms?’ 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/)

 * 11 replies
 * 3 participants
 * Last reply from: [mrppp](https://wordpress.org/support/users/mrppp/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/different-forms/#post-3875649)
 * Status: resolved