Hello,
I am trying to hide/show some things on my search results page based on which form was used from wpsearch.
The plugin sets the query string as
swp_form%5Bform_id%5D=1
I have tried that and swp_form[form_id]=1 in my condition, for example:
{{dc:url:param key="swp_form[form_id]"}}
but it does not seem to be recognizing it.