Warning message bigger than form

  • mreinan
    Asked on May 14, 2014 at 1:50 PM
    Now I have another issue. My form width is setup for 286 wide. But when the
    user sees the message displaying that this form only allows one submission
    the message is huge and unreadable. How can I fix this?
  • Carina
    Replied on May 14, 2014 at 2:16 PM

    I tried to inject css code but it didn't affect the message final size. 

    .notification{
             min-width:200px;

                }

    I forwarded this to our developers so they can analyse it better. They will get back to you via this thread once they have an update on this.

    Please let us know if further support is needed.

     

  • mreinan
    Replied on May 14, 2014 at 2:51 PM
    For some reason I can't get that to work.
    Matt Reinan
    Mreinan@Buzz360.co
    Follow me on twitter
    Like my page on Facebook
    Connect on Linkedin
    Learn more about Buzz360
    612-567-0396
    ...
  • Mike_T Jotform Support
    Replied on May 14, 2014 at 4:36 PM

    Unfortunately, this is not currently possible to style mentioned warning page. We will need to wait for a solution from our Development Team. This thread will be updated once we have any news.

  • abajan Jotform Support
    Replied on May 14, 2014 at 4:48 PM

    Also, it's perhaps worth noting that the form's injected CSS is invalid on at least two counts:

    1. The penultimate rule has no closing brace (see 15 Surefire Ways to Break Your CSS)

    2. The selector for that same rule doesn't target any element in the form. (From what I can tell, there's no element element in the form. Did you mean to use html as the selector?)