embed a form within an email | Community
Skip to main content
Randall_Tam
Level 2
March 28, 2017
Question

embed a form within an email

  • March 28, 2017
  • 2 replies
  • 3193 views

Hi,

I am looking for a way to may a CTA in an email a form action.  I am trying to do a one click registration for an event for known Leads.  I don't want to have the CTA in an email send a lead back to a landing page to fill out a form if I already have there information.  Is there a way to set this up where the known lead clicks the CTA link in an email that automatically registers them and send out the confirmation email?

Thanks,

Randall

2 replies

SanfordWhiteman
Level 10
March 28, 2017

Please move the thread to Products and we'll pick it up there.

Randall_Tam
Level 2
March 28, 2017

Thanks Sanford, it has been moved to products

SanfordWhiteman
Level 10
March 28, 2017

The answer is "Yes, but don't do this with a click." Mail scanners will click your "instant" registrations and you don't want that.

Automatically posting the form should (though no guarantees) avoid most false positives.

MktoForms2.whenReady(function(form){

  form.submit();

});

Randall_Tam
Level 2
March 28, 2017

Sorry Sanford, not understanding where to add this piece of code.

SanfordWhiteman
Level 10
March 28, 2017

On an LP with a form.