I wonder if t is at all possible to insert a record to a table only when a radio button is set to a certain value?
For example, only when the field payment_flag is set to Yes, a record will be inserted into the payment table. If the field is set to No, the payment table will not be touched.
For example, only when the field payment_flag is set to Yes, a record will be inserted into the payment table. If the field is set to No, the payment table will not be touched.
Hi bilal.abdeen,
Use an Event Switcher action to check the payment flag, if it is yes fire an Event with the Db save in it, otherwise do nothing.
Bob
Use an Event Switcher action to check the payment flag, if it is yes fire an Event with the Db save in it, otherwise do nothing.
Bob
Bob,
Thank you so much. It worked... 😀
Thank you so much. It worked... 😀
This topic is locked and no more replies can be posted.