Storing data from a form | Community
Skip to main content
Level 3
October 16, 2015
Solved

Storing data from a form

  • October 16, 2015
  • 14 replies
  • 7126 views

Hello,

How would I code a form field in order to pass data back into site catalyst. Would those be as Evars/sProps or is there a better way?

Thanks,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Alexis_Cazes_

Hi Matt,

 

I would use a prop and enable pathing on it. That will allow you to know for example on which field the customer stops the most.

here is how I do form tracking most of the Time (checkout process):

When a specific step (form) loads I send the name of the form in the s.propN

Then for each form I send a custom link tracking call and the name of the field.

When you run the Path for this prop report you will be able to figure out at which field they stopped or if you run the prop report you can see at which step the customer stops the moss.

Best regards.

 

Alexis Cazes

14 replies

Level 3
October 16, 2015

Thanks Alexis, that makes sense for optimizing the form but what about actually collecting and storing form input data in SC. That's what I was asking about. 

Alexis_Cazes_
Alexis_Cazes_Accepted solution
Level 10
October 16, 2015

Hi Matt,

 

I would use a prop and enable pathing on it. That will allow you to know for example on which field the customer stops the most.

here is how I do form tracking most of the Time (checkout process):

When a specific step (form) loads I send the name of the form in the s.propN

Then for each form I send a custom link tracking call and the name of the field.

When you run the Path for this prop report you will be able to figure out at which field they stopped or if you run the prop report you can see at which step the customer stops the moss.

Best regards.

 

Alexis Cazes

Level 3
October 16, 2015

  Thanks Eric, that's great advice these days. We actually took that into consideration and scaled back our tracking.

 

Eric Carpenter wrote...

mattlukoff wrote...

Hello,

How would I code a form field in order to pass data back into site catalyst. Would those be as Evars/sProps or is there a better way?

Thanks,

 

Just a heads up, if you're passing any PII you may want to double check with your legal team and make sure your privacy policy is updated.  I had the headache with dealing with my internal legal team when setting this up a few years ago.  

 

Level 3
October 16, 2015

mattlukoff wrote...

Hello,

How would I code a form field in order to pass data back into site catalyst. Would those be as Evars/sProps or is there a better way?

Thanks,

 

Just a heads up, if you're passing any PII you may want to double check with your legal team and make sure your privacy policy is updated.  I had the headache with dealing with my internal legal team when setting this up a few years ago.