How can I change the fields positioning

  • drpamela
    Asked on September 23, 2014 at 1:50 PM

    Hello,

    I'm using the online event registration form. I would like to set it up so that the information is side by side. The date and map on left side of page. The inputs on right side. How do I do that?

  • Mike_T Jotform Support
    Replied on September 23, 2014 at 3:33 PM

    Thank you for contacting us.

    We do not have multi column forms, but we can try to play with the field positioning and CSS injections to create something similar.

    Please see the next video:

    https://shots.jotform.com/mike/examples/2014-09-23_2220.swf

    I used the next CSS injection.

    #id_3 {
    position: absolute;
    right: 0;
    top: 88px;
    }

    Where the id_3 is the ID of the Text (HTML) form field.

    How can I change the fields positioning Image 1 Screenshot 20

    Form:

    http://form.jotformpro.com/form/42655871359971

    Please feel free to contact us if you need any further assistance.