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

Newbie question


  1. joffday
    Member

    I have pretty much searched high and low but cannot figure out how to get, "I agree to the Terms and Conditions" on just one line.

    Please help - it looks so silly to have Conditions on a separate line.

    Thanks

    Posted 13 years ago #
  2. redityo

    Is it possible to post your form url in here ? so I can see it clearly, because I'm not sure where you put the condition in your form.


    MachForm Support

    Posted 13 years ago #
  3. joffday
    Member

  4. redityo

    Thanks for the link.
    It should have the same line with check box, anyway you can try to edit the form css and search these css code :

    #main_body label.choice {
        color: #444444;
        display: block;
        font-size: 100%;
        line-height: 1.4em;
        margin: -1.55em 0 0 25px;
        padding: 4px 0 5px;
        width: 90%;
    }

    then change it to

    #main_body label.choice {
        color: #444444;
        display: block;
        font-size: 100%;
        line-height: 1.4em;
        margin: -1.55em 0 0 25px;
        padding: 4px 0 5px;
        width: 99%;
    }

    that would fix it


    MachForm Support

    Posted 13 years ago #
  5. joffday
    Member

    Thanks! Sorted

    Posted 13 years ago #

RSS feed for this topic

Reply