How to reset Static Form?

Hi @Deiviya_Sivacoumar ,

From the code shared, we see that the form input controls are passed as slotted elements for fw-form-control. For slotted elements, handling the events like setting field values, resetting field values needs to be done by the consumer since crayons can’t identify the type of field passed inside slot.

Please refer to the below fiddle for your usecase:

Hope this helps!

3 Likes