Form isn't rendering here: http://steinerranchpost.com/events/submit/
[gravityform id=4 name=Submit title=false description=false ajax=true]
Otherwise works just fine: http://steinerranchpost.com/contact/
Form isn't rendering here: http://steinerranchpost.com/events/submit/
[gravityform id=4 name=Submit title=false description=false ajax=true]
Otherwise works just fine: http://steinerranchpost.com/contact/
The form isn't appearing because of an unrelated Javascript error on your site. See this screenshot:
The Sharebar script has an error which causes Javascript to quit executing so the form isn't displayed.
Forms that have conditional logic use Javascript to show/hide only the fields that should be visible. Because the browser quits executing Javascript after encountering that Sharebar related error, the form isn't displayed.
You need to resolve that error and then your form will display.
Thanks, that was it
Just as well, that plugin was a pain