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.
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...
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...
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 ...
Hi @SanfordWhiteman , thanks for the code, seems to be working. It looks like we want to extend this and add a select field as well. Then be able to capture the Option value and send it to Marketo. How can we achieve this? Thanks!
Hi Sanford, thanks for your reply. reCAPTCHA seems to be the issue, yes! I have 2 more questions:1. Is there a way to disable it especially for China? I searched but couldn't find any solutions.2. Do you know an alternative tool that works globally so we can try it?
Hi Sanford, thanks for your reply. Here is the page https://info.softwareag.com/Connected-Manufacturing-IIoT-report.html
Hi Michael, thanks for your reply. I looked into the template and found a regex expression, preventing people from entering more than 6 letters as a domain:var re = new RegExp(/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i); I have increased the number and peopl...
Hi Sanford, thanks for the reply. I know this is now the best thing to do from UX perspective. It looks like we have a script that will work only if we have selected="selected" on the Select option.