Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
added this for easy access/* * @author Sanford Whiteman * @version v1.105 * @license MIT License: This license must appear with all reproductions of this software. * * Create a completely barebones, user-styles-only Marketo form * by removing inline STYLE attributes and disabling STYLE and LINK elem...
Thanks, Great solution. I don't get why it is set to 2032px on a mobile width screen in the first place. Seems silly to need javascript to remove an inline style that should just be set to 100% and not a pixel value.... great code share.
Marketo is automatically adding a width to the form element of 2032px for no reason. It breaks my form on mobile. How do I edit these styles that marketo just decides to add to the code that I can't edit?