Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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?