Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Why wouldn't it be easy? You basically have a two forms' worth of data posted at once, so you just split them up before talking to Marketo. Marketo has no idea it came to you as a single form.I don't really understand your questions about "selecting this form" -- where? Is the initial form (the o...
@Tim C Don't see where SQL would be involved in any way.The solution is pretty simple, you just run through the cURL function twice, first time passing it the 'Email' => urlencode($email)', second time 'Email' => urlencode($guest_email), etc. There's no magic, it's two form posts.P.S. I also want to...
The Munchkin function calls (including init(), wihich calls visitWebPage() internally) do not fire callbacks when they are complete. Since they involve doing a remote GET of a tracking pixel, naturally they won't be complete before your immediate call to deleteCookie(). (Not to mention that JS is s...
@Bethany D "Congestion" is usually a euphemism. Doesn't mean the server is actually too overwhelmed to handle your email. It means they've handled enough email from you already in the past hour/day/other period. The technically more appropriate response code is actually 4.4.5 (not 5.4.5) which w...
@Marvel M Not really clear what you mean by "[form field] rule." Are you trying to create a dropdown of 50 (+ territories) states and passing the chosen state to the back end for flow processing as @Ashley Deas notes? Or are you talking about doing some sort of browser-side form validation before a...
The answer is for the IT team to determine what anti-spam or other check on their mailserver is preventing the mail from being accepted.If you simply bypass the check, that ignores the fact that any other mailserver that performs the same check will not receive the mail.Transmission problems due to ...
@EM Seems you solved this problem via more appropriate means, but it certainly is possible to restyle only one field. You just need to figure out a specific CSS selector after peeking at the Forms 2.0 markup.Like so: http://jsfiddle.net/sanford/naj28o6m/show.
You'd want to request (well, order) a sandbox instance. Talk to support.
As I warned on the other thread on this same topic, it is not actually possible to determine that someone has fully downloaded and saved a document, only that they have clicked a link that appears to initiate the download. On mobile networks (the majority of traffic for some sites) failure to compl...
Can't comment on the Forms 2.0 components, which are most likely static enough to set a one-day expiry at least , but I imagine the Munchkin scripts were left dynamic because they may need to be able to be adjusted at a moment's notice. Remember if there's a bug in a Munchkin release it's affecting...