Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The link should be output using the first form from the examples at the bottom of https://developers.marketo.com/email-scripting/#set($url = "www.example.com/${object.id}")Link TextIt''s necessary for the anchor tag be included as a literal up to the //Without that technique, the link will not be ...
One other option, if you have the time, would be to implement hexadecimal conversion and base64 encoding directly in Velocity. It might be overkill, but I believe (meaning I haven't tired it myself) it's possible.The algorithms to accomplish each of these tasks are described clearly here:Program for...
The .submit() method starts the submit flow: performs validation, fires any .onSubmit() events, submits the form, and fires any .onSuccess() events if form submission was successful.Calling .submit() from within .onValidate() explicitly creates an infinite loop.Changing mktoForm.onValidate(functio...