Title: BPS and Gravity Forms
Last modified: August 22, 2016

---

# BPS and Gravity Forms

 *  Resolved [wpconvert](https://wordpress.org/support/users/wpconvert/)
 * (@wpconvert)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bps-and-gravity-forms/)
 * Hi
 * Just a quick question – are there any reported probmens with Gravity Forms plugin?
   Not sure where the problem is as I updated to GF 1.9.1.9 at the same time I updated
   BPS to 51.6.
 * In the Gravity Forms ‘edit form’ page, when I click ‘update form’, a rogue BPS
   icon “Reload BPS Status Display” appears at the top of the screen and behind ‘
   edit form’ text? The form does save as expected.
 * In addition, and I’m sure that this is probably completely unrelated, this version
   of GF no longer works with forms which have AJAX submission enabled. Just thought
   I’d ask about this as there seems to be some conflict (as mentioned above).
 * Thanks
 * [https://wordpress.org/plugins/bulletproof-security/](https://wordpress.org/plugins/bulletproof-security/)

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

 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bps-and-gravity-forms/#post-5795314)
 * I will test Gravity Forms and post the results back here.
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bps-and-gravity-forms/#post-5795395)
 * Looks like Gravity Forms is a premium plugin so I cannot test it. I will check
   other similar types of plugins to see if I can replicate the issue/problem.
 * Do you see a Security Log entry that shows that admin-ajax.php is being blocked?
   If so, add this whitelist rule below to BPS wp-admin Custom Code.
 * 1. Copy this admin-ajax.php whitelist rule below to this BPS wp-admin Custom 
   Code text box: CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
    2. Click the Save 
   wp-admin Custom Code button. 3. Go to the Security Modes page, select the Activate
   wp-admin Folder BulletProof Mode Radio button and click the Activate|Deactivate
   button.
 *     ```
       # admin-ajax.php skip/bypass rule
       RewriteCond %{REQUEST_URI} (admin-ajax\.php) [NC]
       RewriteRule . - [S=2]
       ```
   
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bps-and-gravity-forms/#post-5795439)
 * Yep was able to replicate the “Reload BPS Status Display” issue/problem. A condition
   is missing to only load the Reload BPS Status Display “button” on BPS plugin 
   pages. Since this is just a nuisance issue it can wait a bit to get fixed. Always
   the simple stuff that bites you in the rear.
 *  Thread Starter [wpconvert](https://wordpress.org/support/users/wpconvert/)
 * (@wpconvert)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bps-and-gravity-forms/#post-5795479)
 * As usual – top support!
 * I’ll test the admin-ajax rule with this version of GF – at the moment, and after
   much troubleshooting, I have ajax form submission turned OFF which solves my 
   particular issue.
 * Glad to hear that the BPS button issue is identified as a small coding ‘oversight’
   and not a problem with my site – I’ve had more than a few ‘anomalies’ to deal
   with recently! I know what you mean about the simple stuff!
 * Thanks again and keep up the good work!

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

The topic ‘BPS and Gravity Forms’ is closed to new replies.

 * ![](https://ps.w.org/bulletproof-security/assets/icon-128x128.png?rev=1731938)
 * [BulletProof Security](https://wordpress.org/plugins/bulletproof-security/)
 * [Support Threads](https://wordpress.org/support/plugin/bulletproof-security/)
 * [Active Topics](https://wordpress.org/support/plugin/bulletproof-security/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bulletproof-security/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bulletproof-security/reviews/)

## Tags

 * [BPS](https://wordpress.org/support/topic-tag/bps/)
 * [conflict](https://wordpress.org/support/topic-tag/conflict/)

 * 4 replies
 * 2 participants
 * Last reply from: [wpconvert](https://wordpress.org/support/users/wpconvert/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/bps-and-gravity-forms/#post-5795479)
 * Status: resolved