Server Side Form Post Not working

Anonymous
Not applicable

Server Side Form Post Not working

Hello,

I read this blog: http://developers.marketo.com/blog/server-side-form-post/  and have created a new page http://www.savogroup.com/savo-sales-form-test-4/

But I am not getting the leads to come into when they fill out a form. Any ideas what I'm missing on the page?

It only works on our landing page: https://page2.savogroup.com/contactuspage.html

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Server Side Form Post Not working

Doesn't look like a server-side form post to me.  It looks like you copy-and-pasted a Marketo form from your landing page and customized it (somewhat haphazardly).  In other words, a client-side form post.   If it's (also) server-side, what's the server-side code?

One error I see in your client form is formid = "mktoForm_6".  That's not the correct format. It's just the numeric ID: formid = "6"

Anonymous
Not applicable

Re: Server Side Form Post Not working

Thanks Sanford Whiteman for your help, I changed id="mktoForm_6" to id="6"

And I didn't copy and paste this was done by a previous developer, but left the project with it not working. So I am trying to figure this out and I appreciate the help.

I did another submission didn't work. Any other ideas? Where is the actual code for the form that I can use?

SanfordWhiteman
Level 10 - Community Moderator

Re: Server Side Form Post Not working

Thanks Sanford Whiteman for your help, I changed id="mktoForm_6" to id="6"

Don't see that change on your page....

I did another submission didn't work. Any other ideas? Where is the actual code for the form that I can use?

I would use the embed code for the form.  Don't try to reproduce the form on your own.  The embed code does all this for you (though you'll then have to restyle it, you don't have to worry about the form post logic).