'Wordpress - Gravity Forms shortcode not working without url parameter present
I have some forms that will display based on a various conditions (post ID, unix time, etc). They're in the template file like so:
echo do_shortcode('[gravityform id="10" title="false" description="false"]');
When I load the page the form doesn't render and just the shortcode itself is displayed. However, if I add any parameter to the url it works as expected. I can literally add any made up parameter and it works.
I'm not getting any errors so it's a little difficult to debug. Anyone have any idea why this is happening or has experienced this before?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
