• Resolved sjreeves

    (@sjreeves)


    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

    (@fried_eggz)

    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

    (@fried_eggz)

    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.