SOLVED

Marketo Forms in Craft CMS | Form submission via API plugin

Go to solution
Andreia_Norsa
Level 4

Marketo Forms in Craft CMS | Form submission via API plugin

Hi all, we are migrating from WordPress to Craft CMS and we will change the way we use our Marketo forms. 

 

We would like to pass the form submissions to Marketo from Craft CMS via API plugin. We don't want to store ANY data in Craft CMS. Do you have any documentation on how to do it? 

 

I searched on Craft CMS and other websites, but was not able to find many info. 

Thanks. 

Andréia

1 ACCEPTED SOLUTION

Accepted Solutions
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Marketo Forms in Craft CMS | Form submission via API plugin

Any form submissions made on the Marketo forms added using the embed form code are gonna posted to Marketo by default (you don't need any additional setup for that). Are you looking for a way of posting data to Marketo through submissions on the non-Marketo forms? If so, you can explore Marketo form submissions in the background using the hidden Marketo form or posting data using the submitForm API. The former method is more recommended than the latter. You can look at the response to a similar question asked in the community some time back for more deets.

 

View solution in original post

2 REPLIES 2
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Marketo Forms in Craft CMS | Form submission via API plugin

Any form submissions made on the Marketo forms added using the embed form code are gonna posted to Marketo by default (you don't need any additional setup for that). Are you looking for a way of posting data to Marketo through submissions on the non-Marketo forms? If so, you can explore Marketo form submissions in the background using the hidden Marketo form or posting data using the submitForm API. The former method is more recommended than the latter. You can look at the response to a similar question asked in the community some time back for more deets.

 

Andreia_Norsa
Level 4

Re: Marketo Forms in Craft CMS | Form submission via API plugin

Thanks a lot.