HTML5 Data Bindings Support Product Page

Not a problem

Form fields don't reset after Insert execution

Reported 03 Dec 2013 02:28:17
1
has this problem
03 Dec 2013 02:28:17 Adam Reed posted:
Using an Insert executor doesn't clear the form fields after insert. The demo video shows these clearing out so wondering if it's a bug or if there is a different process that needs to be run to reset the fields after insert of a record.

Replies

Replied 03 Dec 2013 09:29:32
03 Dec 2013 09:29:32 Teodor Kuduschiev replied:
Hello Adam,

The extension itself does not control the form content.
You can use the Dreamweaver Change Property behavior with the insert executor, applied on "When the action is successfully executed" event. Or you can call any javascript function (on the same event) that clears your form values.

Reply to this topic