How can I make the fields inside the Address Field be of the same length?

  • drkaul
    Asked on April 23, 2017 at 12:07 PM

    How can i make the same length of the field?

  • Support_Management Jotform Support
    Replied on April 23, 2017 at 12:34 PM

    Hello 😊 You never mentioned which form you're working on and which fields you want to be of the same length so I just took a guess and hoping it's this one 70414411274951

    How can I make the fields inside the Address Field be of the same length? Image 1 Screenshot 30

    If that's what you mean, inject the following CSS codes to make the Stadt and Postleitzahl fields align with the Strasse und Hausnummer field.

    #input_5_city, #input_5_postal {

        width: 105% !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    Result:

    How can I make the fields inside the Address Field be of the same length? Image 2 Screenshot 41

    In case we misunderstood your question, just get back to us with a bit more info and a clearer description of what you're trying to do so we can better assist you.

  • drkaul
    Replied on April 24, 2017 at 3:48 PM

    thank you very much. that's it.