I setup some number fields here: http://www.sportstrong.com/score-clinic/ but they aren't appearing for some reason. Any ideas?
Thanks!
I setup some number fields here: http://www.sportstrong.com/score-clinic/ but they aren't appearing for some reason. Any ideas?
Thanks!
Where should they be? Do they work in the form preview? If so, please post a screenshot of where they are located in your form and we will figure out why they are not showing.
Right below the session selection part of the form.
Yes, I see them in the preview.
Screenshot can be found here: http://www.searchandperch.com/wwzm
Thanks!
Are you using conditional logic at all to hide those fields, or are you using any HTML blocks in your form? I'd be happy to take a look at your form if you export it as XML and email it to me at chris@rocketgenius.com - thank you.
(Under the Forms menu, select Import / Export > then in the top menu, the middle option is "Export Forms" - select your form, export it, and attach that to an email. )
I took a look at your form and site and you have this in your custom.css on line 33:
[css]
#field_7_45, #field_7_47, #field_7_49, #field_7_50 {
display: none;
}
There are more selectors there as well, but these are the exact fields in the form you want to see, but they're being hidden by this CSS rule.