Hi all,
I enabled conditional logic on a field (ID:3) based on whether the user is logged in or not and works just fine.
This is the guide I used : Gravity Forms Conditional Logic Based on User Login - Gravity Wiz
However, when I place the js code for hiding the Save&Continue button in the form (within a html field) and point it to field ID: 3 on my form (ID:2) the Save & Continue button still shows whether the field ID:3 is shown or hidden.
This is the code I placed in the HTML field:
This is the Gravity doc I used relating to hiding and showing the save and continue button based on a fields conditional logic. https://docs.gravityforms.com/gform_post_conditional_logic_field_action/
I can’t see why this would not work?
Is there a step I have missed?