I would like to do two things with this widget.

  • LakesideMembership
    Asked on July 4, 2019 at 10:50 PM

    I would like to do two things with this widget. One, how can I make the calendar display just a month and year. Two. I want the text box to be a single line not double. This way when the customer adds another line it is all in line.

  • eda JotForm Designer
    Replied on July 5, 2019 at 6:22 AM

    Hi,

    If you want to create a single line in text box, You should write "text" rather than "textarea" in the fields configuration area. 

    1562319630Screen Shot 2019 07 05 at 09 Screenshot 10

    to change date display just a month and year, there are 2 ways. 

    1- You can add 2 dropdown fields in the configurable list for month and year. If you don't use many years in your form, it will be easy solution. 

    2- You can use date option and hide day field in the configurable list widget. For that, you should add custom CSS to the configurable list widget;

    d {

    display:none;

    }

    1562320077Screen Shot 2019 07 05 at 12 Screenshot 21

    Note: There isn't Custom Css section in Card Form. You might want to use Old Form for this solution. 

    ıf you want, you can clone this test form in your form;

    https://form.jotform.com/91782546040962

    If you don't know how to clone form;

    https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL

    For further assistance do let us know.