Add additional Children in a form indefinitely or without specific limits

  • techsupportjcc
    Asked on November 23, 2018 at 9:38 AM

    Hello,

    I have a form that I want to create and I want the people to add their children to the form. Since I don't know how many children are in the household, I want to put 3 children fields on the form. If they have more children is there a way for JotForm to add 3 additional fields to the existing form making 6 total?

    Is there another way to accomplish this.

  • liyam
    Replied on November 23, 2018 at 10:33 AM

    I recommend using the infinite list widget. This will allow your form users to add more as much as they need to. You can search the widget in the widget list on the form builder, or you can check out the widget here: https://widgets.jotform.com/widget/infinite_list

    Feel free to let us know if you have additional questions.

  • techsupportjcc
    Replied on November 23, 2018 at 1:43 PM
    Thanks Liyam,
    This is exactly what Im looking for. One more thing....when I added the widget I noticed the font size is different than the other field in the form. Can I change the font size in the widget?
    Get Outlook for iOS
    ________________________________
    ...
  • jonathan
    Replied on November 23, 2018 at 3:17 PM

    Can I change the font size in the widget?

    Yes you can in the custom CSS codes of the widget.

    I think the font-size is the same but the font-family type is different. You can try the CSS codes below

    td, th {

        font-family: "Lucida Grande", sans-serif;


    }

    1543004230zzz 2018 11 24 04 Screenshot 10


    Let us know if you need further assistance.