Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Solution I found: https://developers.marketo.com/rest-api/custom-services/
Is a user with all roles fine including and API role? I am looking to be that person. One being the fact that when we have integrations we need a specific user that can be used. Is there any harm in this?
That worked! Thanks Michael! Do you know why I have two borders showing up? Can't figure out why...
Hi Sanford,I just posted it above.Thanks
Here is the page: http://pages.hexarmor.com/Webinar-Test_Test5.html Below is the current form's custom CSS:/* Add your custom CSS below */.mktoForm { border-style: solid !important; border-width: 2px !important; border-color: #c4d82d !important; border-radius: 9px !important;}.mktoForm ...
Hi Michael,Thanks for working with me on this. I still can't get anything to happen with the button. It stays the same as the default look. Changing background to background-color as well doesn't change anything. Not sure where to go from here.
I got the button to center. I was missing an "!important;" Do you know why my button styling wouldn't be changing to what I specified in my custom CSS? It still is the same default button for some reason.
Here is my custom CSS. The border is working great. The button however still is left aligned and the css is not changing it. I used this as a resource: How To Style A Marketo Form Like A Pro/* Add your custom CSS below */.mktoForm { border-style: solid !important; border-width: 2px !importa...
Hi Michael,I have tried adding custom CSS in the form that people say works but it doesn't. For example, I tried this: CSS to Change the Button on the Form . Could you provide a some CSS that I should use to change the border or button?Thanks