• Resolved kayamurer

    (@kayamurer)


    I have placed two fields of the type “Name” in two columns in my form. For both fields I have set that multiple fields should be displayed. For the first field I have activated the option “First Name” and for the second field the option “Last Name”. I have set this up so that the browser inserts the first name and the last name correctly into the respective fields with autofill.

    In the frontend, however, an empty <div> .forminator row is generated for both fields – either before or after – which creates an unnecessary gap.

    I created the three fields “Street/No.”, “Postcode” and “City” according to the same principle but with the field “Address”. Everything works correctly here.

    The error also occurs when I use only one column for the design.
    Does anyone know a solution?

    See some screenshots here: https://imgur.com/a/dr40kd6

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

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

    (@wpmudevsupport12)

    Hi @kayamurer

    Sorry to hear you are having this issue.

    I was able to replicate the problem.

    We will report to our developers, a temporary solution is creating a custom CSS.

    Could you please add this CSS:

    #forminator-module-1147 #name-2 > .forminator-row:first-child{
        display: none;
    }
    
    #forminator-module-1147 .forminator-required{
        line-height: 0 !important;
    }

    To WordPress > Appearance > Customiser > Additional CSS or Forminator > Form > Appearance > Custom CSS?

    Best Regards
    Patrick Freitas

    Thread Starter kayamurer

    (@kayamurer)

    Hi Patrick

    Thank you very much for your answer. It’s good to hear that the developers will take care of the problem. I will use your temporary solution until an update is released.

    Thank you and have a nice day

    • This reply was modified 3 years ago by kayamurer.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Misaligned Name Fields’ is closed to new replies.