Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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...
Hello, we are promoting a webinar with a registration form and it looks like people with email address with this format something@x.digital are not accepted and they are getting "Please enter a valid email format" error message. Is there a way to avoid this without JS interference? Best regards,Yavo...
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.
Hello everyone, I have a form with a Country select field. The first option is at follows:Select... What I need in reality is:Select... I've clicked on the Default checkbox within the Editor, without success. I think this can be done via some simple JS script, but is there a way to avoid that and do...
Hello everyone, we have the following setup - a landing page + a form. Once you submit the form, you are added to a static Marketo list. We want to see some of the person columns on another landing page like:Person 1 - email address - namePerson 2 - email address2 - name2Person 3 - email address3 - ...
Hi Sanford, thanks for the reply! Do you have any details on how to implement the 2 booleans logic? Could you please provide an example? Thanks and best regards,Yavor
Hello everyone, We are creating new Marketo email template and we want some sections to have the possibility to appear/dissapear with a boolean. For ex.:Then, in the code below, I am using the boolean as follows:style="${showBanner}" If I send an email sample or send the email to me via smart campai...
Hi everyone, I am working on a new guided landing page template. I have these 3 variables in my code: When I approve the template file and use it in a landing page, they show up in different order, as seen below:The order should be 1, 2, 3. Do you have any ideas how to fix this? Best regards,Yavor