How to change the form field events properties?

This article explains how you can change the event properties of your form fields. You can set up events for all form field types.

  • Click into Edit Mode.
  • Select your form field.
  • Click the Properties icon.

 

 

  • Open the Events tab.

 

mceclip24.png

 

  • Mouse Enter event is fired when the pointer is moved over the element.
  • Mouse Exit event is fired when the pointer is moved out of the element.
  • Mouse Down event is fired when the pointer button is pressed on the element.
  • Mouse Up event is fired when the pointer button is released over the element.
  • Focus event is fired when the pointer button is clicked on the element.
  • Blur event is fired when the pointer button is clicked, not within the element.
  • Action (available only for Check Box, Radio Button, and all the buttons) is fired when the user clicks the element.
  • Signed (available only for Signature): Validates the field by a script (JavaScript) that you create or provide. The Set button opens a dialog box in which you can write and add new scripts.

 

  • Click on Set next to the needed option.
  • Choose the Action you want to add.
  • Click on Add.

 

mceclip23.png

 

Field Events

The field events are available only for Text Field, Combo Box, and List Box.

  • Modify: Displays any custom scripts you have added for modifying.
  • Validate: Validates the field with a script (JavaScript) that you create or provide.
  • Calculate: Displays any custom scripts you have added for calculations.
  • Format: Displays any custom scripts you have added for formats.

The Set button opens a dialog box in which you can write and add new JavaScript. Click the Set button to define an event.

 

mceclip1.png

Was this article helpful?

Yes No
Have more questions? Submit a request