London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi,
I have a checkbox in a vacancy EPI Form, with which the job applicant can indicate if they agree to have their submitted form data stored for max 1 year. The submitted for data is stored in the EPI DDS. In order to also store the value of the checkbox, I have added a bool property to my c# model with the same name as the EPI form field in the GUI. However, if the checkbox was toggle, the property value never becomes true, and is not stored in the DDS.
Does anyone know how to define the property such that its "true" value will be stored in the DDS?