I am trying to setup Submit to URL and trying to include a link in the body message of the email. When I hit submit the email message comes up with the link cut by half. example
http://docs/livelink/livelink.exe?func=ll
Also, I am trying hard code the submit button but the click event in grayed out. Any suggestions?
Solved! Go to Solution.
Views
Replies
Total Likes
Use a regular button with a custom script like:
event.target.mailDoc({
bUI: false,
cTo: 'CHANGE_TO_RECIPIENT_ADDRESS@london.ca',
cCc: 'bkawaa@London.ca',
cBcc: '',
cSubject: 'VPN form',
cMsg: 'Job description files can be found here.\n\nhttp://docs/livelink/livelink.exe?func=ll&objID=2702547&objaction=XmlExport&scope=one&stylesheet=12954125&transform&followaliases'
});
Views
Replies
Total Likes
Hi,
how does your script look like? It's impossible to say what's wrong without seeing it.
Views
Replies
Total Likes
the click event is grayed out so I can't even write a code.
Views
Replies
Total Likes
This is what I have in the Submit URL box:
mailto:CHANGE_TO_RECIPIENT_ADDRESS@london.ca?cc=bkawaa@London.ca&subject=VPN Form&body=Job description files can be found here.
Views
Replies
Total Likes
Use a regular button with a custom script like:
event.target.mailDoc({
bUI: false,
cTo: 'CHANGE_TO_RECIPIENT_ADDRESS@london.ca',
cCc: 'bkawaa@London.ca',
cBcc: '',
cSubject: 'VPN form',
cMsg: 'Job description files can be found here.\n\nhttp://docs/livelink/livelink.exe?func=ll&objID=2702547&objaction=XmlExport&scope=one&stylesheet=12954125&transform&followaliases'
});
Views
Replies
Total Likes
it works thank you, but when send the email it's give me an error message submit cancelled.
Views
Replies
Total Likes
even though it sends the message
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies