How can I fix my fields that are overlapping?

  • brooke.clem
    Asked on February 25, 2015 at 8:41 AM

    I'm trying to arrange the fields on my form and having difficulties.  How do I move a field in my form so that it lines up with other fields?  As you can see here, the 'Target Date to Field' and the 'Planned Activity' overlap other fields.

     

    Please advise!

    Brooke

     

  • Sean
    Replied on February 25, 2015 at 11:31 AM

    I see the overlapping with both Target Date Field and The Planned Activity fields like you mentioned. I will provide CSS scripts to address this issue soon.


    Cheers!

  • Sean
    Replied on February 25, 2015 at 9:52 PM

    To fix the fields that are overlapping in your form please inject the CSS codes below.

    #id_130{
    left: 100px !important;
    }

    #id_131{
    left: 100px !important;
    }

    I believe this guide would be useful:
    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Here is my test form with the CSS coded added:
    http://form.jotformpro.com/form/50554145133952 

    Let us know if further assistance is needed.

    Cheers!