You will need to read the form value out. For example:var vals = form.vals();var email = vals.Email;document.location.href = "https://www.getfeedback.com/r/e3OAl3Ne&email=" + email...
Can you tell me what domain names you are using?Basically, if your website is www.company.com, Marketo will set the cookie domain to be ".company.com" so that all subdomains should...
Hi Frank,I thought you were looking for activities specifically related to the campaign such as "Send Email" or "Change Data Value". If you just want custom field value on a per le...
Since you are using Forms 2, the previous articles discussed here may not apply.You can use the onVaidate event to do your custom logic. Seehttp://developers.marketo.com/documentat...
Sorry for the delay. Edit the custom css of the form and add the following line will do the trick. Also, see -https://community.marketo.com/MarketoArticle?id=kA050000000LHXhCAO
/*...
Ben,Sorry for the delayed response. I saw the case you submitted and our developer took a look at it. Our support engineer who was assigned the case should get back to you shortly ...
Hi Greg,Check out Example 2 in http://developers.marketo.com/documentation/websites/forms-2-0/You can listen to the form onSuccess event and set the location.hrefThanks,Calvin
Jep is right. Sorry that I must have misunderstood your question.Using batch campaign and static list is the easiest way. Even in REST currently, you will also need to do the same ...