Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
My Gravity Forms form is not appearing. It uses conditional logic, whereas the other GF form without conditional logic is appearing just fine.
We had no issues in the previous version of Vantage.
Alternatively, is there a way to roll this back to the old version of Vantage? There seems to be many issues since then. We’d like to stay in the updated version.
I’ve added the following custom CSS to Appearance– Custom CSS, which appears to have fixed the problem in CHROME ONLY.
#gform_wrapper_1 {
display: inline !important;
}
In Mozilla, the conditional logic fields do not appear.
Hi Sean
I’ll check this out now. On a side note here are some Gravity helper styles you can try under Appearance > Custom CSS that I’m using on two sites running Vantage – edit if required:
Ok I remember this issue now.
If you try inserting a form into a regular Visual Editor you’ll see there is no problem. The problem occurs when trying to insert forms with conditional logic via the widget in Page Builder. Well at least this is my finding.
How I worked around this was to to insert a form into a regular Visual editor using the Add Form button, then click over to Text view and copy the shortcode. Then I inserted a Black Studio TinyMCE http://wordpress.org/plugins/black-studio-tinymce-widget/ (called Visual Editor widget once installed) and inserted the shortcode into the HTML tab of that widget.
Hi Andrew,
I might have solved this yesterday– there may be a plugin conflict (Updraft Plus Backup/Restore). I removed the page builder and inserted the shortcode into the visual editor as you instructed. Looks good now.
Super, glad you resolved this. Thanks for reporting back.