Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Chris,Your Marketo instance admin should be able to reset the user account on the admin interface.
Jaime,You cna actually control that at the page level right now.1 - Go to edit the page (draft)2 - Click on Edit Form Settings3 - Click on the check box to unselect or select the prefill feature.
Having something like the below image available to configure that functionality would be really good.I hope you can see the mock design I included here.
Edward, what you said is true. However, the idea here is to remove the dependency on coding to accomplish these tasks. If not, another approach could be to use Marketo's native url parameters functionality to pre-populate hidden fields, and use jQuery to change the field type from "hidden" to "text"...
Veronica,I agree 100%. However, for the time being, I am just trying to help a fellow Marketo user solve an immediate need until the platform supports those types of configurations instead of having to do customizations.Thank you,Rafael
Ben,You can use a bit of jQuery to modify only one of the "li" widths. If you have access to a jQuery developer, you can check for an "li" that contains a specific string, and you could either modify its CSS properties or you can actually destroy the "li" and re-create a new one that could be formed...
Tina,I think that you should be able to coordinate something like that between your Premier Support Marketo team and their engineering department. However, I am sure, that needs to be arranged somehow with the contract you have with Marketo. I am sure that you could get Marketo to partner with your ...
Ben,If your goal is to be able to manipulate the forms using CSS, you really don't have to wait for Marketo to add the functinality to add IDs or classes to fiels and labels. They alreay have values that you could manipulate with CSS.You can manipulate the CSS properties for things like:li.mktfield ...
On its current state, Marketo does not generate that type of report. This is a critical type of report that is currently missing.I manually created a report like that a few months ago, by going to each template "used by" list and grabbing the list of pages, doing the same for all the forms, and then...