I guess my question is the following:
where do you even access these files?
where do you even access these files?
You don't edit forms2.css -- if that's what you're asking -- you override it just as you would with any default stylesheet.
I have found the best way for me is just use Marketo forms as hidden fields, and then field out the input fields with jquery. This way I have total control over all the styles.
As long as you still use the Forms 2.0 API to submit the form, yes, you don't need the visible form to be a Marketo form.
Interesting approach…just remove the Marketo form altogether. Would be good for when you're working on your own site, not sure how easy it would be for me to implement with clients
Hi Jason,
It's not removing it, it's hiding it . Then when the lead fills out your CMS form, you trigger the Marketo one in the background. So in order to do this, it has to be present.
See Kenny's guide for this: Make a Marketo Form Submission in the background
-Greg
Could also remove the need for a Marketo form altogether with the Server-side Form Post
What I'm trying to achieve is not remove the form, but be able to control the markup of the form.
Currently, the nesting of div's used for layout is making that job for me a little difficult. attached is an image illustrating the issue.