Actions
Bug #3846
closedDelimiter field conditionals with linebreaks cause JS error
Description
When you've a conditional on a delimiter field and it has linebreaks it causes a JS error due to JS not understanding linebreaks on a string. \n and \r need to be replaced as \\n and \\r to avoid this. This also needs to be done to the value input encase admin supplies something with a linebreak to match against.
Actions