Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I don't think there's necessarily a mismatch there because `content` is a string value within a JSON request payload, not the entire payload The word "file" however is misleading. Based on the docs for getting email content, they mean a JSON-safe string representation of the multipart content.
@Tim S In fact http://go.sensus.com does not take me to a Marketo login page because that CNAME doesn't exist in the public DNS. Perhaps your IT team created the record on the wrong nameserver (an internal nameserver that isn't actually an authoritative NS for your domain as the public sees it).P.S...
I believe like @Alok R suggested you need to create a "template" form. Users will not actually be forced to use it but (as with any template) hopefully the benefits of cloning it will outweigh the annoyance of remembering!
In my guide to attaching user-uploaded files to Marketo forms I noted that there really isn't any problem storing images (or other documents) in Marketo, provided file sizes are relatively small; the only problem is in displaying the stored data within the Marketo UI. It's easy to get an uploaded i...
You can post a hidden field with any form that includes the page's URL or friendly name, call it "Last Form Fillout Source" or whatever. Like @Josh said, no built-in token.
Styling the placeholder is different depending on the browser. For browsers that implement native placeholders, follow this guide. Older browsers use the class "placeholder".
That last way can actually be less efficient. By delaying attaching whenReady until after DOMReady you may introduce a delay (whether this delay is perceptible to humans depends of course on the complexity of your page) if you were also doing other stuff in whenReady that didn't care about the res...
The "Hint Text" in the form setup appears as placeholder text.There's no need to meddle with the rendered form HTML to do this.