I am calling gravityforms like this:
I dont' know why this inline style gets rendered "display:none"
<div class='gform_wrapper' id='gform_wrapper_5' style='display:none'>
I am calling gravityforms like this:
I dont' know why this inline style gets rendered "display:none"
<div class='gform_wrapper' id='gform_wrapper_5' style='display:none'>
seems the issue was related to "W3 Total Cache" Plugin.
Sounds like you have some sort of caching issue going on. BTW the display: none is because you have conditional logic on that form. Javascript is then used to unhide the fields that should be visible.