Answered
Here is a part of a script i use on clicl event to email a form:
var address = "kkk [at] xxx [dot] org",+"form1.Page1.EmailAddress.rawValue";
EmailAddress is a field with value an e-address: nnn [at] mmm [dot] org.
I can not figure out the correct syntax for the above script...
Can someone hepl me?
Thnaks
Also, the reference to a form field does not work when you put it into quotes ["...EmailAddress.rawValue"].
var address = "<span class="spamspan"><span class="u">kkk</span> [at] <span class="d">xxx [dot] org</span></span>" + ";" + EmailAddress.rawValue;
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs