Hi guys!
First, LOVE Gravity Forms - totally awesome tool!!
The conditional logic is great, i.e. only show fields that matter for the topic of the contact - so a person contacting you to advertise will see different fields than someone contacting you with a support question.
BUT found that enabling any conditional fields hides the entire form by default and uses JavaScript to show parts of it.
Is there a way to include a bit of HTML "above" the form, so that it's visible without JavaScript, i.e. a "this form requires JavaScript, please enable it" notice in <noscript> tags.
The problem is that many browsers have JavaScript disabled - either in preferences or us a plugin like the very popular NoScript browser plugin to disable most JavaScript.
That's fine, it's OK to show a note that says "this form requires Javascript". But I would like to show that note ONLY IF their JavaScript is disabled, like so:
<noscript>
<div style="color: darkred;"><strong>This form requires JavaScript, but JavaScript seems to be disabled in your browser.
<br>It is either turned off in your browser preferences, or it is disabled by a browser plugin like "NoScript".
<br>Please enable JavaScript in your browser for this form to work properly. Thank you!</strong>
</div>
</noscript>
However including this in the form description won't work, since the entire form is hidden.
You could put the above code in the WordPress page itself (HTML mode), but the WYSIWYG editor mangles it every time when switching between HTML and Visual view.
Here's the dev site page I'm testing this on - http://blogsuccessjournal.djmdev.com/contact/
if there's not a way currently to show a block of HTML above the form, that could be a great additional field under form settings. :-)
Thanks!
Dan