Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Zach,Did you check the lead database to see if the data is going into the system? There is a parameter being put on the URL after clicking submit that would lead me to believe it may be sending data after all. Check the form, it may be set to 'stay on page' as a setting. It looks like form id: ...
I think the .mktoOffset CSS my be the culprit. You should be able to modify the form's custom CSS..Something like this should work (by default it looked to be 1.2em, so this would cut the space in 1/2).mktoOffset { float: left; height: 0.6em;}If it doesn't seem to take the change you can try...
Hi Justin, If you have chrome inspector tools open while creating the error, does anything show under 'console' ? interested to see if an error is showing. Do you have a link to the live page ?I've had a similar issue with pages that use redirects and either of these can work: Setup a program tok...
I've had some issues with this in the past. You could try the filter 'Member of SFDC Campaign' and use 'Not In' and define your campaign. Not sure how to do a real-time alert. I had attempted the API and reading Activities in the past for this, but the system was not returning the activity details w...
+1. For what Sanford suggested, I do it this way as well.Also, if bootstrap is being used, you can use the responsive embed classes.
ORHi Katie, A little hard to say with the details provided but here are some things that could cause an issue : - Tokens are in email draft and draft is not approved- No value in the fields you are trying to use as tokens (and the default value is removed)- Something in Marketo is setting field values...
Hi Gary, Nice to see another http://blog.teknkl.com subscriber. hmm, that's a strange problem. Can you post a screenshot of the activity log maybe ?What if you did this to set the change log :{{system.dateTime}} User changed Alerts Opt-In to TRUE. | {{lead.Consent - Change Log}}
Hi Ayan, It looks like it's working for me so maybe you have a cached page. Try in a FF private window or hard refresh maybe?
Hi Ayan,Since the page is bootstrap based, you can potentially use the mobile responsive helper classes:
ahh, you are right. There isn't a way to create the custom object type. Thanks for the help as I'm figuring out the same problem as Danielle. Any idea if that's on the roadmap (?)