Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Looking forward to that (eventual) tutorial In the meantime, we'll explore other avenues. Thanks!
Ah, got it. Do you have a tutorial for how to set up the webhook and Velocity tokens?I'm curious if this is a huge API resource cost too, but I'm interested in maybe experimenting a bit with this.
How can we display the 5 most recent items in our RSS feed in email via a Velocity email script token?We'd prefer to utilize Velocity if possible since we're just starting to dip our toes into building content with an RSS feed and don't want to commit to a paid integration quite yet.
Bryan Epstein and Sanford Whiteman, thank you both so much! That worked perfectly! The checkbox fields checked and unchecked on both the form and in the lead record/activity log! This is fantastic and really helps take our preference centers to a new level of user friendliness.Thank you again for ...
Absolutely! When I click the Subscribe to All button on this little form: http://lp.powermag.com/testselect_deselectform.html Ideally it should change: pWRUnsubscribedfromall: falsepWROptCareersInPOWER: truepWROptAdvertisingSponsorshipOpportunities: trueBut when I check the lead record and activity ...
Nope, unfortunately still no luck!I made two small changes to this code, changing the first subscription form value to turn pwrunsubscribedfromall to false. Is that what's screwing this up?// When the button is clicked, get the form object and submit it MktoForms2.whenReady(function (form) { ...
Thank you so much! This is easy to identify and I'm able to set up individual styles for these buttons.
Thanks! I've updated that test form and the "subscribe" button isn't working. I modified your code slightly, changing the "pwrsubscribedtoall" to "pwrunsubscribedfromall" since I agree, Subscribe to all isn't that helpful as a second field.The "unsubscribe" button works perfectly, though! I can see ...
Yes this absolutely worked for me, thank you!I set up a test form here, though the buttons aren't actually functioning and I'm a little confused as to why: http://lp.powermag.com/testselect_deselectform.html
Bryan Epstein and Dave Roberts I am 100% open to new suggestions for the best way to accomplish this if a checkbox is overly complicated and comes with plentiful problems! As some background, this is a change I'll need to make across multiple forms (20+ to be exact), so I'm definitely looking for t...