Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Sanford WhitemanHello. Once a user starts a form and submits I need to run the below code. How can I do it?When a user starts the form, run this code:_satellite.track('form_start', { form_type:'[ type of the form ]', form_title:'[ document's title (if applicable) ]' });When a...
Hey Sanford WhitemanThanks for assisting with this. So I added the code you provided in my overall JS. I added your code on line 9-13 and 104-115 (changed your onSuccess to onSubmit), but the followup is still point to the absolute url. Did I not include properly? ...
Sanford WhitemanI need to change the follow up url to relative path depending on a radio button selection. See code below.
So when someone selects "Solutions and Product Inquiries" the follow up URL should be /contact/thankyou. If they select ...Hey Sanford,I need to change the follow up url to relative path depending on a radio button selection. See code below.
So when someone selects "Solutions and Product Inquiries" the follow up URL should be /contact/thank-you.If they select "Client...