How can I allow the user to add a year for an option?

  • calhouncollege
    Asked on September 28, 2015 at 5:46 PM

    On our graduation application, we want the user to select from 1 of 3 options in a radio button (Fall, Spring or Summer) and beside each one fill in the year they desire to graduate.  I am in the process of creating the form.  Right now I have 2 questions to achieve this but would like for it to be one.

  • jonathan
    Replied on September 28, 2015 at 9:41 PM

    Hi,

    Can you please check this demo form http://www.jotformpro.com/form/52708126999974

    I used this CSS codes on the cloned version of your form.

    #id_29 {

    padding : 0px;

    margin-top : 45px;

    margin-left : -125px;

    }#label_29,#label_55,#label_56 {

    display : none;

    }#id_55 {

    padding : 0px;

    margin-top : 74px;

    margin-left : -179px;

    }#id_56 {

    padding : 0px;

    margin-top : 101px;

    margin-left : -179px;

    }#cid_28 span.form-radio-item {

    padding-top : 5px;

    }

    How can I allow the user to add a year for an option? Image 1 Screenshot 20

     

    user guide: -How-to-Inject-Custom-CSS-Codes

    Let us know if it matches what you wanted to achieve on your form or not..