Support

Home Forums Event Espresso Premium Registration Form not displaying

Registration Form not displaying

Posted: January 9, 2014 at 3:05 pm


Rob Curley

January 9, 2014 at 3:05 pm

It appears that the Registration Form is not displaying. The issue seems to be limited to IE8 at this point. Any fixes?


Josh

  • Support Staff

January 9, 2014 at 4:24 pm

Hi Rob,

Can you post a link to the event so we can investigate?


Rob Curley

January 9, 2014 at 4:27 pm

Anything here when you click an event. Thanks
http://healthyalbany.org/blog1/class/


Josh

  • Support Staff

January 9, 2014 at 4:37 pm

Hi Rob,

I checked and the while the form is displaying in ie8, the form fields are being styled with CSS3 and ie8 does not understand understand CSS3. The form field styling is being controlled by the active WordPress theme. You can review what it’s doing by opening up its style.css file and looking at line 297. It’s setting all input fields to have border:0; and outlines them with box-shadow. Since box-shadow is not supported in ie8, this makes the form fields look invisible on ie8.

You could switch to another WordPress theme that supports ie8 if you need to support ie8, or you can add a border to the form fields by adding something like this to your custom stylesheet:

input[type="text"] {
border: 1px solid #efefef;
}

The support post ‘Registration Form not displaying’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso