This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Problem with fields on same line


  1. monyeenblack
    Member

    Thanks in advance to anybody who can help.
    I have some odd thing happening and I can't access a field.

    you can view the form on my host here that shows the correct layout:
    http://www.monyeenblack.com/copysessionagreement.html
    the problem is about 1/2 way down at "name of person #1"

    here is the machform one that shows the source code:
    http://monyeenblack.com/machform/view.php?id=12

    and this is the code that I added at the end
    #li_9{
    float: left;
    width: 20%;
    clear: both;
    }

    #li_10{
    width: 35%;
    float: left;
    }

    #li_2{
    clear: both;
    }

    #li_1{
    float: left;
    width: 20%;
    clear: both;
    }

    #li_39{
    width: 20%;
    float: left;
    }

    #li_3{
    clear: both;
    }

    #li_4{
    float: left;
    width: 20%;
    clear: both;
    }

    #li_5{
    float: left;
    width: 20%;
    float: left;
    }

    #li_38{
    float: left;
    width: 20%;
    float: left;
    }
    #li_18{
    clear: both;
    }

    #li_13{
    float: left;
    width: 20%;
    clear: both;
    }

    #li_40{
    width: 30%;
    float: left;
    }

    #li_14{
    clear: both;
    }

    #li_14{
    float: left;
    width: 20%;
    clear: both;
    }

    #li_41{
    width: 30%;
    float: left;
    }

    #li_15{
    clear: both;
    }

    #li_15{
    float: left;
    width: 20%;
    clear: both;
    }

    #li_42{
    width: 30%;
    float: left;
    }

    #li_16{
    clear: both;
    }

    #li_16{
    float: left;
    width: 20%;
    clear: both;
    }

    #li_44{
    width: 30%;
    float: left;
    }

    #li_17{
    clear: both;
    }

    #li_17{
    float: left;
    width: 20%;
    clear: both;
    }

    #li_43{
    width: 30%;
    float: left;
    }

    #li_47{
    clear: both;
    }

    #li_49{
    float: left;
    width: 20%;
    clear: both;
    }

    #li_36{
    width: 30%;
    float: left;
    }

    #li_23{
    clear: both;
    }
    /** Form Review **/
    #machform_review_table tbody tr:hover
    {
    background-color: #a0a93c;
    }
    .alt{
    background: #efefef;
    }
    #machform_review_table td
    {
    text-align: left;
    border-bottom:1px solid #DEDEDE;
    padding:5px 10px;
    }

    Posted 15 years ago #
  2. redityo

    Hi,

    It look likes one of your section break, overlap with another fields. Try to add this CSS code on your form :

    #li_28 {
    clear:both;
    }

    MachForm Support

    Posted 15 years ago #
  3. monyeenblack
    Member

    thank you so much. that resolved it.

    Posted 15 years ago #

RSS feed for this topic

Reply