DMXzone App Connect Support Product Page

Answered

Multiple Dynamic Events on Success etc.

Asked 21 Mar 2017 04:37:37
2
have this question
21 Mar 2017 04:37:37 Firdaus Rohman posted:
Please enable multiple Dynamic Events for on Success etc. For example, I want to load server action and then reset the insert form.

On related issue, I've asked here and I think reset has been implemented, but today I only find Submit in the Server Connect Form from Action Pickup.

Replies

Replied 21 Mar 2017 07:30:37
21 Mar 2017 07:30:37 Teodor Kuduschiev replied:
Multiple dynamic events for the same action (success / error / done ertc.) are not possible for the current version of the extension. However you can run a dynamic action which reloads the data source and static action which resets the form:
static events - server connect - onsuccess - custom js: document.getElementById("myForm".reset();
Replied 23 Mar 2017 17:27:22
23 Mar 2017 17:27:22 Firdaus Rohman replied:
Hello Teodor,

Calling javascript and even jquery will do, BUT, on related issue, adding multiple javascript (or jquery) calls will break the code and causes page errors and malfunction, when there's also HTML5 Responsive Notify 2 in the behavior list.

Reply to this topic