RyanWall
8 years agoQrew Member
Formula URL Character Cap
I am creating a Formula URL button that will automatically open and populate an email template through outlook.
This is working perfectly until when I seem to enter a certain amount of characters, the button stops functioning. It does not give a warning or an error message - it is just lifeless upon clicking.
This is the formula below, I just replace 'Insert template here' with my template.
This cap appears to be around 280 words or 1,400 characters.
Is this something I can work around or will I have to break down these templates into smaller emails?
Thanks in advance for your help.
Formula:
"MailTo:" & URLEncode([Mentor])
&"?cc=" & URLEncode([DSM])
&"&subject= Welcome Mentor Template "&[Mentee] &" - Site #: "&URLEncode([Mentee])&" - Site Name: "&URLEncode([Mentee])
&"&body=INSERT TEMPLATE HERE,"&"%0A%0A"&
"TEMPLATE"&"%0A%0A"&
"From " & URLEncode([Mentee])
This is working perfectly until when I seem to enter a certain amount of characters, the button stops functioning. It does not give a warning or an error message - it is just lifeless upon clicking.
This is the formula below, I just replace 'Insert template here' with my template.
This cap appears to be around 280 words or 1,400 characters.
Is this something I can work around or will I have to break down these templates into smaller emails?
Thanks in advance for your help.
Formula:
"MailTo:" & URLEncode([Mentor])
&"?cc=" & URLEncode([DSM])
&"&subject= Welcome Mentor Template "&[Mentee] &" - Site #: "&URLEncode([Mentee])&" - Site Name: "&URLEncode([Mentee])
&"&body=INSERT TEMPLATE HERE,"&"%0A%0A"&
"TEMPLATE"&"%0A%0A"&
"From " & URLEncode([Mentee])