We are using Umbraco 7.5.4 with Umbraco Forms 4.3.2.
We're having issues with URL encoding/decoding. On one of our forms we have a hidden form field with a Default Value of [@title]. 'title' is an encoded query string, with an example that looks something like...
?title=Research%20&%20Development
However, the value that gets injected into the hidden field, and subsequently saved against the record is 'Research '. Everything after and including the ampersand is lost. Can this be fixed?
Placeholders and URL encoding issue
We are using Umbraco 7.5.4 with Umbraco Forms 4.3.2.
We're having issues with URL encoding/decoding. On one of our forms we have a hidden form field with a Default Value of [@title]. 'title' is an encoded query string, with an example that looks something like...
However, the value that gets injected into the hidden field, and subsequently saved against the record is 'Research '. Everything after and including the ampersand is lost. Can this be fixed?
is working on a reply...