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}")<a href=...
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'...
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 successfu...