Tell us what you are trying to do?
I want to conditionally display some text IF a certain URL Param is set
Is there any documentation that you are following?
ToolSet documentation
Is there a similar example that we can see?
What is the link to your site?
Content is hidden to general users
I basically want to display a message if a certain URL param is sent example ?confirm=1
I am trying to figure out what will the wpv-conditional code be INSIDE a divi module so I don't need to create a view for something as simple as this. Basically I need help understanding how to use
{!{wpv-conditional if="('1' eq '1')"l}!}
inside divi module to display a message if URL param 'confirm' is set to 1