Jun 1st, 2017, 6:28 AM
FT does not have any provisions for adding new fields dynamically.
If you use an additional script to add new fields to the database dynamically, it may cause issues with displaying the new data within the FT interface since when a new field is added within FT, other settings are written to different tables such as field options, settings, and views.
One option would be create enough fields within FT to accommodate a set number of additional family members, then in your form, use JS to hide the additional fields until a button is clicked (add additional).
If you use an additional script to add new fields to the database dynamically, it may cause issues with displaying the new data within the FT interface since when a new field is added within FT, other settings are written to different tables such as field options, settings, and views.
One option would be create enough fields within FT to accommodate a set number of additional family members, then in your form, use JS to hide the additional fields until a button is clicked (add additional).