DMXzone App Connect Support Product Page
Answered
Update Record on change to Checkbox or Radio Group?
Asked 26 Apr 2017 16:27:23
1
has this question
26 Apr 2017 16:27:23 Dave Smith posted:
Another quick one I hope...I have a form based on a two option Radio Group. I would like to Update the Record when the option is changed (not with a submit button).
Possible?
I have tried to bind a Dynamic Event on Change to the Radio Button to run the Update Action but it does not seem to work..?
Any help appreciated.
Replies
Replied 27 Apr 2017 08:12:24
27 Apr 2017 08:12:24 Teodor Kuduschiev replied:
Hi Dave,
Select radio group > dynamic events > blur > server connect > load and select your server action.
Go to code and change:
dmx-on:blur to dmx-on:change and it will run your action file on change.
Select radio group > dynamic events > blur > server connect > load and select your server action.
Go to code and change:
dmx-on:blur to dmx-on:change and it will run your action file on change.
Replied 27 Apr 2017 18:56:53
27 Apr 2017 18:56:53 Dave Smith replied:
Thank you very much Teodor, very useful.
Replied 27 Apr 2017 19:58:17
27 Apr 2017 19:58:17 Teodor Kuduschiev replied:
I'll check with the developers why is the onchange missing in the UI and if it can be integrated in the next update.
Replied 28 Apr 2017 08:30:54
28 Apr 2017 08:30:54 Dave Smith replied:
That would be great Teodor.
Thank you.
Thank you.