mettre parcourir les fichiers a droite

  • jeannickeducadog
    Demandé le 23 mai 2024 à 17:44

    bonjour

    pouvez vous m'aider, je n'arrive pas a mettre parcourir les fichiers a droite sur mon formulaire

    merci

    cordialement

  • William Jotform Support
    Répondu le 23 mai 2024 à 21:20

    Hi jeannick,

    Thanks for reaching out to Jotform Support. Unfortunately, our French Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in French, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    About your question, I see that on this form, there are fields that are on the left while the rest are placed on the right. Let me inspect this first and get back to you with a solution.

    Meanwhile, let us know if you have other questions.

  • William Jotform Support
    Répondu le 23 mai 2024 à 23:05

    Hi Jeanneick,

    Thanks for waiting. You can inject this CSS code adding it to your CSS codes to your to position the file upload field to the right as well as the label and the other elements as well:

    /* position all elements to the right */
    li { 
    margin-left: auto !important;
    order: 2 !important;
    text-align: right !important;
    }
    /* position the upload field to the right; reduce the width */
    #cid_52 {
     width: 340px !important;  
     margin-left: auto !important;
     order: 2 !important;
    }
    /* set the labels to the right */
    .form-line-column .form-label {
      text-align: right !important;
    }


    If you need to review again how to inject CSS codes into your form, you can follow the steps from this guide.

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

  • jeannickeducadog
    Répondu le 24 mai 2024 à 08:38

    MERCI. SUPER