Je souhaite pouvoir coller le bouton de submission à droite d'un champ de texte

  • AnneBocquentin
    Asked on May 19, 2015 at 6:12 AM
    Jotform Thread 572203 Screenshot
  • Boris
    Replied on May 19, 2015 at 7:38 AM

    Hello.

    In order to move the Submit button next to the email field, you would first need to Shrink both fields.

    Je souhaite pouvoir coller le bouton de submission à droite dun champ de texte Image 1 Screenshot 50

    After you have shrunk both fields, right-click on the submit button and select Merge to above line.

    Je souhaite pouvoir coller le bouton de submission à droite dun champ de texte Image 2 Screenshot 61

    After doing that, all we need now is to vertically center the submit button with the email field. For example, in your form http://www.jotformeu.com/form/51314262553347, we would center it by injecting the following custom CSS into your form:

    .form-submit-button { margin-top: 25px; }

    Je souhaite pouvoir coller le bouton de submission à droite dun champ de texte Image 3 Screenshot 72

    Your form would now display like this:

    Je souhaite pouvoir coller le bouton de submission à droite dun champ de texte Image 4 Screenshot 83

    You can adjust the margin-top value to better position the submit button as you want it to.

    Please try it out and let us know how it goes.