I haven't been able to find anywhere in help topics or discussions about properties for a cancel button. I added the cancel button to one of my forms but I want to call it Reset to reset the entire for if the user makes a mistake. Can anyone tell me how to clear a form with the cancel button?
This is not possible on FormAssembly. We do not include a cancel button with this functionality because in general this lowers the usability of your forms. The cancel button will trigger a 'page-back' call to the browser, navigating your user away from the form without submitting it.