Skip to main content
Participant
August 31, 2016
Question

setting up a button to reset a form

  • August 31, 2016
  • 2 replies
  • 299 views

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.??

This topic has been closed for replies.

2 replies

Inspiring
August 31, 2016

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.

try67
Community Expert
Community Expert
August 31, 2016

Use MouseUp.