• Resolved ktaylor310

    (@ktaylor310)


    For some reason my contact form has suddenly stopped working. The form is there and the shortcode is in place, but it is not showing on the page.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ktaylor310

    (@ktaylor310)

    Console shows this error: Uncaught SyntaxError: unexpected token: identifier

    Thread Starter ktaylor310

    (@ktaylor310)

    I was able to fix this using something I found from an old post from 2 years ago. It still works:

    .forminator-custom-form {
    display: block !important;
    }

    Plugin Support Pawel – WPMU DEV Support

    (@wpmudev-support9)

    Hi @ktaylor310,

    Glad you were able to find a fix. I checked your form and can see there is an inline style of “display:none” being applied, hence why your form was not showing originally. With the CSS you added, you have overridden this, but I would also advise checking in your theme or any other plugin that may affect styling in case this is where the inline style for the form is originating from.

    Best,
    Jonathan S

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form is suddenly not showing’ is closed to new replies.