Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @SanfordWhiteman - no there are no advanced thank you settings configured. Thank you is configured as "stay on page"
We discovered an intermittent issue with our forms that have known visitor. When a user submits the form as a known visitor sometimes it appends an extra /confirmation-page to the end of the confirmation url thus creating a 404 errorForm for testing:https://calendly.com/landing/formThanks in advance...
@SanfordWhiteman thank you. I don't suppose there are ways to stop them?
@SanfordWhiteman 2. Care to expand?
Sure the form is here: https://calendly.com/resources/ebooks/how-to-guide-teamsCode basically is :// prevents form submission and displays error if email uses free domainform.onValidate(() => { const email = form.vals().Email; if (email) { if (!isValidEmail(email, allowFreeEmailDomains)) { ...
We have blocked a domain via a javascript that is still getting into our Marketo database. We cannot replicate the behavior because each and every time we have tried to submit the same form using any email address that they submitted we receive an error that we cannot submit with this domain.So beha...
Hi! We have stylized our marketo forms so when they are embedded on our website they have our brand css styling applied. I now need to provide a vendor with our marketo form embed code and provide the styling in that form so it will render prettier than they do out of the box.Possible or not? TYIA
We have a few ungated assets that we don't want to put a gate in front of but we would like to have visibility into who interacted with them / how many times a known visitor interacted with them. These assets will be linked to from a regular marketing web page as a CTA. Ex: Known visitor comes to th...
We have Marketo integrated into our website pages and our team has requested a form to appear on click as a pop up from a CTA. This is all fine until you realize that the form takes a bit too long to load and may cause some rage clicking or abandonment.Is there any way to show a loader or do this im...