Hi there,
I would like to dynamically auto select 1 checkbox from a field of checkboxes. When the user lands on the form page there will be an embedded querystring.
e.g. domain.com/form/?option=apple should dynamically select the 'checkbox named apple' when the user lands on the page. If this is not possible, ?option=1, ?option=1, ?option=3 will do.
Is this at all possible?