Title: problem with view mode
Last modified: January 25, 2018

---

# problem with view mode

 *  Resolved [sjreeves](https://wordpress.org/support/users/sjreeves/)
 * (@sjreeves)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/problem-with-view-mode/)
 * View mode in 1.5 disables most field types but not dropdown menus. (I didn’t 
   check every possible field type.) Replacing
 * $(“#gform_wrapper_<?php echo $form_id;?> .gform_fields input”).not(“input[type
   =file]”).attr(“disabled”,”disabled”);
 * with
 * $(“#gform_<?php echo $form_id;?> :input”).attr(“disabled”, true);
 * seems to fix the problem.

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

 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/problem-with-view-mode/#post-9928754)
 * I have verified and fixed the problem. Thank you for your bug report. I will 
   upload a new version of the plugin in a few hours.
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/problem-with-view-mode/#post-9931322)
 * New version (1.5.1) has been pushed that fixes this problem. Check it out!

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

The topic ‘problem with view mode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gravity-forms-sticky-list_9b65b3.
   svg)
 * [Gravity Forms Sticky List](https://wordpress.org/plugins/gravity-forms-sticky-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-sticky-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-sticky-list/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-sticky-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-sticky-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-sticky-list/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/problem-with-view-mode/#post-9931322)
 * Status: resolved