Copy link to clipboard
Copied
I don't seem to be able to figure out what setting to use on a button if I want the user to clieck to reset the form , mouse up, mouse down, mouse enter, none seems to mean click.??
Copy link to clipboard
Copied
Use MouseUp.
Copy link to clipboard
Copied
The most common approach in Windows or Mac is the "Mouse Up". This allows one to cancel the action by keeping the mouse button held down and moving off the button. All the other options will immediately perform the action. Once one selects the action option, then one selects the action to perform. For the reset one can use the "Reset Form" option or "Run a JavaScript". If one selects the "Reset Form" option one will be prompted to select which fields to be reset. If the JavaScript option is chosen one enters the code to reset the form of reset selected fields.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now