Is it possible to put City and Postal Code on the same line

  • evensbelizaire
    Demandé le 15 mai 2024 à 00:25

    Salut est ce que c'est possible de finir des formats ou masque de saisie pour la ville et le code postal

    Input Table: Allow selection of individual cell for IF field in condition Image 1 Screenshot 20 Screenshot 10

    Merci pour votre support

  • William Jotform Support
    Répondu le 15 mai 2024 à 00:37

    Hi evensbelizaire,

    Thanks for waiting. About your question here, I suppose you are still referring to the same form. To make the City and Postal code sit next to each other, you can inject this CSS code into your form:

    .form-address-table div:nth-child(n+3) {
     width: 49% !important;
     display: inline-block !important;
    }


    If you need to learn how to inject CSS codes in a form, you can follow the steps from this guide.

    Once you have successfully added the code your form should appear like this:

    Is it possible to put City and Postal Code on the same line Image 1 Screenshot 20

    Give this a try and let us know if you have more questions or need more help.