Hello,
How to have "Adding Button" to add dynamic extra field like the ones on "Email" and "Phone". I want to be able to add extra field under "varchar" and "Date" and of course to be recorded to db.
I have tried to modify varchar.js and date.js under directory \client\src\views\fields\ and modifying template files varchar and date under directory \client\res\templates\fields
But I can't get it to work!
Other alternative option which would be much better is to have same function but on Panel instead of the field itself. on Details view, I want the user to be able to click on "Add" button to be able dynamically adding extra repeated panel for other person, Can you please help me to achieve this!
Please see attached image
Thanks
How to have "Adding Button" to add dynamic extra field like the ones on "Email" and "Phone". I want to be able to add extra field under "varchar" and "Date" and of course to be recorded to db.
I have tried to modify varchar.js and date.js under directory \client\src\views\fields\ and modifying template files varchar and date under directory \client\res\templates\fields
But I can't get it to work!
Other alternative option which would be much better is to have same function but on Panel instead of the field itself. on Details view, I want the user to be able to click on "Add" button to be able dynamically adding extra repeated panel for other person, Can you please help me to achieve this!
Please see attached image
Thanks
Comment