Hi,
I have a tab container which hides/shows content based on questions asked in the beginning,
I want to clear all the fields in the tab container if they change their mind on the question they answer at the beginning.
Hi,
I have a tab container which hides/shows content based on questions asked in the beginning,
I want to clear all the fields in the tab container if they change their mind on the question they answer at the beginning.
It is possible to add a on change event to a field.
Add the event that sets all the desired values to empty on the change event.
Sorry don't have sample code on hand, but know it is possible.
Hi,
that's a good train of thought. I'll attempt it.
Thank you!
Feel free to share your code if you don't come right.