Viewing 1 replies (of 1 total)
  • Plugin Author fried_eggz

    (@fried_eggz)

    If you want to use the Edit functionallity as a repacement for View you can hide the final submitt button with this CSS (not that you wont be able to use edits).

    .gform_submit_button_1 { display: none !important; }

    Just change the 1 in gform_submit_button_1 to the ID of you form and put the code in your themes CSS file.

Viewing 1 replies (of 1 total)
  • The topic ‘Multistep Form View’ is closed to new replies.