Can i determine where to position my form?

  • WM2O
    Asked on May 16, 2014 at 4:28 AM

    Dear Sir / Miss,

     

    I have a couple of forms but i would like to determine where to position these forms.

    Ideal i would like to push them in from the right side. Is this possible? 

    Perhaps you can tell me how to arrange this.

     

    Best regards,

     

    Gysbert Wind

  • jonathan
    Replied on May 16, 2014 at 10:04 AM

    Hi,

    You control the display position of your form within the screen using injected CSS codes.

    User Guide: -How-to-Inject-Custom-CSS-Codes

    For example, I use this CSS codes

    .form-all {

    display: block;

    float: right;

    }

     

    to make this form http://www.jotform.me/form/41353693016452  positioned to the right side when viewed on a browser.

    Hope this help. Inform us if you need more assistance.

    Thanks!