Title: Exclude auto-insert to Gravity Forms
Last modified: September 3, 2019

---

# Exclude auto-insert to Gravity Forms

 *  Resolved [Andrea](https://wordpress.org/support/users/aneises/)
 * (@aneises)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/exclude-auto-insert-to-gravity-forms/)
 * Greetings
 * I want to get use of the “auto insert” feature. But in that case, the plugin 
   will also insert into gravity forms. That leads to the situation, that only the
   form have the rating, but not the page/post itself (the form is modaly loaded…).
 * My point: I´m not able to exclude the forms, because they don´t have a post/page
   ID
 * See [https://docs.gravityforms.com/database-storage-structure-reference/#wp-gf-form](https://docs.gravityforms.com/database-storage-structure-reference/#wp-gf-form)
   the form ID is saved in a table called “wp_gf_form”.
 * Do you have any idea to exclude the forms?
 * Thanks & regards, Andreas

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

 *  Plugin Support [Blaz K.](https://wordpress.org/support/users/blazk/)
 * (@blazk)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/exclude-auto-insert-to-gravity-forms/#post-11899870)
 * Hi [@aneises](https://wordpress.org/support/users/aneises/),
 * in case of problems with the auto insert feature I recommend adding the rating/
   result widget directly to the template. The auto insert feature works well in
   most cases but since it utilizes the_content filter other plugins might interfere
   with it. To add the rating widget to the post template use:
 *     ```
       <?php echo do_shortcode('[ratemypost]'); ?>
       ```
   
 * This has been discussed a lot in this forum – check out a similar thread here:
   [https://wordpress.org/support/topic/not-working-in-our-site/](https://wordpress.org/support/topic/not-working-in-our-site/)
 * Regards,
    Blaz
 *  Thread Starter [Andrea](https://wordpress.org/support/users/aneises/)
 * (@aneises)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/exclude-auto-insert-to-gravity-forms/#post-11906323)
 * Hi Blaz,
 * thanks for your advise. That worked 🙂
 * Kind regards!

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

The topic ‘Exclude auto-insert to Gravity Forms’ is closed to new replies.

 * ![](https://ps.w.org/rate-my-post/assets/icon-128x128.png?rev=2045796)
 * [Rate My Post - Star Rating Plugin by FeedbackWP](https://wordpress.org/plugins/rate-my-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rate-my-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rate-my-post/)
 * [Active Topics](https://wordpress.org/support/plugin/rate-my-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rate-my-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rate-my-post/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Andrea](https://wordpress.org/support/users/aneises/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/exclude-auto-insert-to-gravity-forms/#post-11906323)
 * Status: resolved