Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi there, We have been tasked to created the event registration process for a huge event coming up this year. They want a pdf file to be in the registration confirmation and reminder emails that will have a QR code for each session they have signed up for. The idea is that the pdf will probably con...
We have a list import that was done recently and 594 records are in marketo but only 395 records are in SFDC. I can't find any sync error messages in the results so I'm not sure how to troubleshoot this issue.
https://merakiresources.cisco.com/marketplace-application
Was wondering if anyone has any insight as to why a field on a form is creating styling issues. I cloned a form and when I replace one field with a different value, the layout got skewed. It's a required field, but for some reason they're two asterisks by the field and I can't see why (see screensho...
Should it work in the custom head html?
For some reason an mktoText area breaks the code and adds the CDATA part along with other unnecessary stuff around it. I had a teammate put it in the code, but for some reason it also didn't work. But when I tested it on a blank template and dragged an HTML element onto the page with form, everythin...
So should I just take out the part so it looks like this?<script>// function processRegCount(current){ var cnt = current.count; var remain = {{my.Max Count}} - cnt; remain = remain.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); console.log('Current Key Count: ' + cnt); if (cnt < {{my.Max Count}}...
This is the test program LP https://merakiresources.cisco.com/SFIDProgramTemplateTest_RegistrationPage.html
Okay got it. I tested with two emails and there are two members of the program. Both got the confirmation page instead of one getting the confirmation and the other getting the waitlist page. Is there a way to set up the flows incorrectly? Shouldn't it just use the trigger of the fills out form and...
Thank you for the correction! I have attached the new screenshot of the call webhook activity log info. I never got a message saying a failure outside of the catch( failure ); in the payload part.