Forum Discussion
PatrickDunn
6 years agoQrew Assistant Captain
I was able to get it to work by converting the "DE - Comment" field from a multi-line text field to a text field, and then also by creating the following variable:
var text CommentText = ToText([DE - Comment]);
So the formula now reads:
& "&_fid_160=" & $CommentText;
The only catch is that if a user enters a comment then clicks on the formula url button without first clicking out of the comment field, the text doesn't carry over.
Is there a way for the javascript to click out of a field?
var text CommentText = ToText([DE - Comment]);
So the formula now reads:
& "&_fid_160=" & $CommentText;
The only catch is that if a user enters a comment then clicks on the formula url button without first clicking out of the comment field, the text doesn't carry over.
Is there a way for the javascript to click out of a field?