Hi, using DNN 4.9.5 and EF. 5.0.18
We are using a checkboxlist form control and have options as below:
1|Sign up to list 1
2|Sign up to list 2
In the workflow, we are using a Processing task of Form Data Post and have mapped the form fields to keys. On inspecting the form data which is posted, we have noticed that the values for the checkboxlist control appears as:
1|
It seems to append the Pipe delimter to the form data which i assume is incorrect.
If we have an option of just:
Sign up to list 1
Then the form data posted for the control shows as:
|Sign up to list 1
Can you confirm this for us and let me know if there's a fix?
Many thanks
Dan.