Popup Modal on field change |
3/25/2016 5:20:12 PM |
PHPRunner General questions | |
A
asawyer13 authorDevClub member
I have a situation where if the user changes a specific field in my form, say price, I need to popup a modal form and ask whether they want to change just that record or multiple records. If they indicate multiple, then I need to run an update statement to update some values in my database. |
|
![]() |
Sergey Kornilov admin 3/27/2016 |
Sure, here is an example of adding your own action on field value change: |