I am trying to use some of the techniques shown in tutorial videos to use the same input form for new records and editing records. This all works fine, but when I reset the form after save, and try to enter in new data, the default form values for a new record is lost. How can I both reset the form as today AND have new records get proper defaults?
Resetting a form clears all properties in the FormDataModel.
In case you need to fill the form with new (default) value you can use the “On Reset Event” for the Form component
Regards,
Vlad
Aha, thank you!!