Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Is the script code automatically escaped as text or do we have to do something to make that happen?
Can you explain more about the missing functionality?
Can we have the hidden fingerprint field already in the form, or do we need to add it using a script?
I have an email template I want to use to send out a weekly report of people who've filled out a form. I created a Smart List for this, but I want it to be automatically sent in a nice email format. Is there email scripting that can do this?
Do you recommend v2 or v3 on Marketo forms?
I'm using this code to implement multiple forms on a page: var arrayFrom = Function.prototype.call.bind(Array.prototype.slice);var MKTOFORM_ID_ATTRNAME = "data-formId";MktoForms2.whenRendered(function(form) { var formEl = form.getFormElem()[0], rando = "_" + new Date().getTime() + Math.random();...
In fact, that is correct validation: it's RFC-standard validation. See No, sandy@gmail isn’t an “incomplete” e-mail address! I was aware of this, but the accessibility auditors want the complete address.
I need to make the Marketo forms accessible for people with disabilities, so it needs to meet certain requirements for screen readers. Some of the issues with the Marketo forms are:Error tooltips are not announced by the screen reader (they need role="alert" or role="tooltip")Email addresses are not...
Is this correct for the email scripting token?$esc.url(${lead.Email})It seems like Marketo Sky keeps rewriting the code.
The email address token was used to insert the email address into the link inside an email. Is there anything that can be done to make it automatically turn that plus sign into %2B?