Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Your API limit is not high enough (nor is the endpoint performant enough, but that's another matter) to be used in response to individual end user activities. So does this mean we shouldn't use the API even for submitting forms? My team wants to build custom forms from scratch so we have more contr...
I have the following use case: I'm sending an email through Marketo to several leads. A link in the email will point them to one of the pages on my website. When they get to the page I will use the Marketo API to prefill a form with their information (or simply verify that they clicked the link) a...
I searched for a bit but while I could find API limits, I couldn't find limits for interactions with embedded forms or landing pages with forms in them. If there are no form/landing page limits, why is this? I feel like they could potentially be abused just like an API could be.If we're switching ...
The form is on this page (click on Request Demo, select a European country like Spain to see the checkbox labels). Note: the current fix for this is selecting the class and using !important, but if you inspect the label, you'll see that it still has style="color: #ffffff" applied.The form is embedd...
I'm trying to fix a CSS bug on my form. When the form first loads, everything looks fine. We have two hidden checkboxes that appear when a certain option in a dropdown is selected. However, the text in those checkboxes is in a with style="color: #ffffff", so against the white background, they do...