Sure, we will be using dynamic chat to book a meeting, which uses a conversational form that asks questions. We want to use that date stamp to route whether to send it directly to ...
This was actually my first thought, but we wanted to make sure it was written at the time of submission so we can use it to route in Dynamic Chat, so it needs to be real time as op...
OK, so I can just add that function into my existing script and just change the form field name i.e.:<script src="//go.autoshopsolutions.com/js/forms2/js/forms2.min.js "></script>
...
I updated the code, but it is still defaulting to the same "stay on page" action.<script src="//go.autoshopsolutions.com/js/forms2/js/forms2.min.js "></script>
<form id="mktoForm_3...
I checked the page, there is nothing I can see there. My form is defaulted to stay on page, so it feels like it is ignoring my choices and going straight to the default option.This...
I am setting that on the form, you can see my choices here:And the value is coming in on the form submission:But it is not redirecting. It just stays on the page.
The goal was to embed this form on an external page, the second part is to allow for changing the submit button, and the bottom piece was designed to change the Thank You page base...