• Resolved Quintinm

    (@quintinm)


    Hello.

    Can the form validation messages be placed in the input field instead of below them?
    If so, how do we do that?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @quintinm

    I hope you’re well today!

    There is no such option out of the box but you can try to “trick” it using additional CSS like this:

    .forminator-field span.forminator-error-message {
      position:relative;
      margin-top:-35px!important;
    }

    Note:

    – it should possibly be added using some custom CSS option of the theme or via separate CSS plugin rather than in custom CSS of the form itself

    – you may need to adjust the margin pixels value a bit, depending on your site’s/form’s design

    – it may be necessary also to add some media queries to use different margin values for mobile devices; but first, please test it to see if that would work for you.

    Best regards,
    Adam

    Hi @quintinm ,

    We haven’t heard from you in a while, I’ll go and mark this thread as resolved. Note that you can still reply on this topic.

    If you have any additional questions or require further help, please let us know!

    Best regards,
    Laura

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can the form validation messages be placed in the input field?’ is closed to new replies.