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 wi...
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:
<datalist id="marketo-tokens">
<option ...
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://...
Thanks@SanfordWhiteman,
the VR code works fine, however we want to not just show it for one or two checkboxes on the page
const singleCheckboxAsMultiple = ["temporaryEmailOptIn", "...
Thanks@SanfordWhiteman.
The sample seems to work, but not in all cases. Here is an example:https://info.softwareag.com/test-form-checkboxes.html
Sometimes, not every time, when I t...
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 se...
Hi Sanford,
thanks for your reply.reCAPTCHAseems 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 ...
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(/^...
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 haveselected="selected" on...