• Resolved craigm1

    (@craigm1)


    The contact form on my website is showing up blank.
    i have checked the form via the backend and everything is in order. so i resubmitted the form to my site using the wpform plugin widget and also via shortcode but has had no effect in resolving the issue.

    Please help, thank you in advance.

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

Viewing 1 replies (of 1 total)
  • Prashant Rai

    (@prashantrai)

    Hello @craigm1,

    Thanks for reaching out!

    Looking at the form, it appears that the form CSS might be getting overridden by the theme CSS, which is giving the impression that the form is missing. To fix this, please try the following custom CSS snippet:

    .wpforms-container{
        color: #000 !important;
    }

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘contact form missing’ is closed to new replies.