How do I align my different forms, and some of my fields are auto answering!

  • hopehouseofcolorado
    Asked on May 15, 2015 at 2:11 PM

    I imported this form from FormsCentral, and for the most part everything moved over OK.

     

     

     

    I was wondering:

     

    1. How do I align some of my form fields (see attachment or link - days/times available area)

     

    2. Some of my fields are auto answering (Friday, Saturday, Sunday - days/times available area)

     

    3. Lastly, I edited some of the copy in the very first paragraph, is there any way that to indent some of my points?

     

  • BJoanna
    Replied on May 15, 2015 at 4:35 PM

    You can align your days/times available area by Injecting Custom CSS. To do that inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .form-label.form-label-top{

    width:80px;

    }

    How do I align my different forms, and some of my fields are auto answering! Image 1 Screenshot 30

    After adding this code your form will look like this. 

    How do I align my different forms, and some of my fields are auto answering! Image 2 Screenshot 41

    I have moved your other questions to separate threads and we will answer you there shortly.

    http://www.jotform.com/answers/570717 

    http://www.jotform.com/answers/570718 

    Hope this will help. 

  • Aurora JotForm Support
    Replied on May 16, 2015 at 8:25 AM

    Besides BJoanna's answer, I have an alternate solution for the issue:

    Following Bjoanna's above described procedure, inject the CSS Code instead:

     

     

    #id_29, #id_69, #id_23, #id_20, #id_71, #id_32, #id_26 {

        float: right;

        margin-right : 200px !important;

    }

    I have cloned your form the link that follows for you to take a look: http://form.jotformpro.com/form/51345927009961

    You may feel free to clone it, this guide will help you:

    http://www.jotform.com/help/42-How-to-clone-an-existing-form-from-a-URL

    If any other question, please feel free to contact us.