Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

When you are making custom forms and you perform an update of a field using javascript or jQuery, the Forms inMotion application level listener is not made aware of that change in all browsers.  The easiest way to let Forms inMotion know that you've changed field values programmatically is by forcing a call to the Forms_inMotion API.  That one parameter call is shown below:

Step-by-step guide

  1. This is called using the same integration as the Query API (Using the Query API) the Forms_inMotion function.  That function will be injected into your form at load time.

    Forms_inMotion("elementdataupdate");

  • No labels