Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks both for the support, I get it now. I was thinking if this way everything is secure, because it theory each person with the JS/HTML code can submit a form to our instance without any authentication/approval.
Hello, we are following this guide: https://developers.marketo.com/blog/make-a-marketo-form-submission-in-the-background/ and we were wondering if we need to have an API user and a Launchpoint custom service created and make a REST API integration between both systems? Or it would all work without s...
Thanks for the reply, @SanfordWhiteman.The code seems to work. I wanted to add the same functionality to the Full form CTA button as below: This works on the KV form, but if I click "Not you?" and go to the full form, I usually see some old token value, not...
Hello,we use global forms and we have this form CTA "{{my.FormCTA}}". This way, once we create new event program, we can easily change the form CTA from Register to Watch on-demand via program token "FormCTA".But this seems to work only with the all-fields form. It doesn't work with the Known Visit...
Hello, I have a Marketo Date token in my event program. If I select a date from the Calendar as "April 27, 2023", it shows as "2023-04-27" in my email. Can I make the date to show as "April 27, 2023" or at least "Apr 27, 2023" in my email? Thanks,Yavor
Thanks @SanfordWhiteman, you are amazing! It works, but I still see one case when it breaks 😞 It's when I have checkboxes and checkbox on a page at the same time, as here - https://info.softwareag.com/test-checkboxes.htmlThis error appears in the console: Cannot read properties of null (reading 'ge...
Thanks @SanfordWhiteman,the VR code works fine, however we want to not just show it for one or two checkboxes on the pageconst singleCheckboxAsMultiple = ["temporaryEmailOptIn", "immediateProjectNeed"];We want to make this code work for each input[type=checkbox] on the page. Is there a way to achiev...
Hello,I want to make a report to see how many people clicked on the {{system.viewAsWebpageLink}} token link in the past 30 days. I personally tested it from a non-test email and there should be at least 1 result.I am trying to do it like this:But I have 0 results. Is there a proper way to make this ...
Thanks @SanfordWhiteman. The sample seems to work, but not in all cases. Here is an example: https://info.softwareag.com/test-form-checkboxes.htmlSometimes, not every time, when I type First/Last/Email or reselect a Country, the JS seems to fail and makes the "Temporary Email Opt In" checkbox go to ...
Hello,on this page https://info.softwareag.com/test-form-checkboxes.html, on the right side with the form, I have checkboxes(Question_1), where the actual square is aligned to its label on the same line.But if I use a single checkbox(I opt in), the square moves to the next line. I want to move it ju...