Viewing 1 replies (of 1 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    Your theme is applying a field height to the fields, which makes any typed text invisible. The following CSS will fix that.

    .widget .mc4wp-form input[type="text"] { height: 34px; }

    You can add this CSS to your theme its style.css file or use a plugin like Simple Custom CSS.

    Hope that helps, good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘First & Last name fields not working’ is closed to new replies.