Skip to main content

Search

Display control/field when button clicked

Comments

1 comment

  • m.fostyak

    Hello Gareth

    Firstly, you have to select the vertical group and set the Visible in the Behaviour Tab to false

    Then you have to add the id to the vertical group. For this in Format Text Tab select Edit Text and in the source code of the form find the vertical group and add id="sb-hidden-field" for example. 

    And finally add Button with Action "Execute Script" with the following JavaScript:  ArdeviaJQuery('#sb-hidden-group').show(); 

     

    Best Regards

    Markiyan Fostyak

    0

Please sign in to leave a comment.