• Hi There,

    my WPForms are not taking input in email, phone and paragraph fields.
    Here is the link to my form.
    [ redundant link removed ]
    Please advice.

    I tried adding the following custom CSS, but no luck.

    .wpforms-container .wpforms-field { position: inherit; }

    .wpforms-field {
    clear: both !important;
    }

    • This topic was modified 2 years, 8 months ago by dhimanlaw.
    • This topic was modified 2 years, 8 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Requests and Feedback topic

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there!

    Seems like a position: static; on ff755.css:16 is causing this. Try this CSS:

    div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
        position: relative;
    }

    I tried on Chrome and it solved the issue.

    Best regards,
    Farid.

    Oppos, sorry: didn’t realise a solution has been provided to your problem already.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WPForm field input not working’ is closed to new replies.