• When a Required field is not submitted the field can not be filled in after the message that u missed a requird field. The whole page must be reloaded.

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

Viewing 1 replies (of 1 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    There seems to be a conflict with your theme (most likely) or another plugin with this plugin, something is hiding the fields after they are clicked. Could you try to temporarily change your theme and see if the form are not hidden that way?

    A quick workaround though, is to add this in the css tab of your form:

    .rednao-control-group {
    display: block !important;
    }

    this will force the fields to not hide.

    Regards!

Viewing 1 replies (of 1 total)

The topic ‘missed required field error’ is closed to new replies.