Avalanche: Why do I get a parse error when using double quotes in my formsDB file?
Knowledge Base - FAQ
Avalanche: Why do I get a parse error when using double quotes in my formsDB file?
Double quotes must be escaped with an additional double quote (").
Example 1:
Value triggering the parse error:
123abcd">'
Needs to be updated as follows:
123abcd"">'
Example 2:
Value resulting in parse error:
Must be updated as follows: