I have a technical question:
We are trying to apply some additional functionality and styles to a form on a marketo landing page. The only way for us to go about doing this at the moment is to use javasript.
The problem with using javascript is that we have to wait until the form is loaded (marketo's javascript) before we can start executing ours.
Does anybody know if a callback function on a form is possible? Right now we are using a setTimeout, which is not ideal.
Thanks,
Erik