Hi, We have a form built using XForms in EPiServer CMS 7.5 and MVC. Some of the form options are checkboxes and when the form is sent/posted, some checkboxes always uncheck themselves during the post so that wrong information gets sent to our customer. I have found that long names/values for the checkbox gives different results.
For example, a checkbox with name/value set to: "Fast telefoni. Har du fast telefoni ska den utvändiga telefonledningen vara skyddad från sabotage."
Will be cleared when sent while one with a shorter text such as "Option1" works.
Hi,
We have a form built using XForms in EPiServer CMS 7.5 and MVC.
Some of the form options are checkboxes and when the form is sent/posted, some checkboxes always uncheck themselves during the post so that wrong information gets sent to our customer. I have found that long names/values for the checkbox gives different results.
For example, a checkbox with name/value set to:
"Fast telefoni. Har du fast telefoni ska den utvändiga telefonledningen vara skyddad från sabotage."
Will be cleared when sent while one with a shorter text such as "Option1" works.
Does anyone know why this happens?