Conditional logic based on a hyperlink?

Hi all - is it possible for a hyperlink to trigger conditional formatting in GravityForms?

I’m looking for something similar to the “terms and conditions” hyperlink on the form on this website, to work in a similar manner. I have some extra information in an HTML block, that I would like to toggle the display of via hyperlink.

Gravity Forms conditional logic can work only based on form field values.

If I understand you correctly then yes - if you follow Samuel’s comment and set a field value via a query parameter in the hyperlink:

http://example.com?value=foo

The user will arrive on the page with one of your fields having the value ‘foo’ you can then use this value to show/hide other fields on the page with conditional logic.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.