Repeating fields icon


Hello Sir,
Is there any sort of icon option there, from which, any time user click that icon it create/open a new input field.
Like if a field labeled as Address, I can add as many addresses i want in the form by just pressing that plus icon and it opens a new input for me.

I have added reference of image with plus icon to get more input fields under single label.

Hi @Soha-Bilal,

Yes, this can easily be done.

Just drag and drop the Icon component inside the Linkbox component and then you can bind event to open a Modal popup to add new addresses on that icon/linkbox.

Thanks.