Capturing Data for CMS Items

What are you using for the payment system?
Ah, never mind, just saw ecommerce there, which unfortunately I haven’t used much.

From what I’ve seen, there is some limited ability to add a couple of fields at checkout-

If you’re capturing more than 3 fields you have some options;

  1. use another payment platform like Foxy

  2. look at automatically matching up your form data and order data in Make using Airtable

  3. if the order field sizes are not too restricted, capture your form data into sessionstorage and then push it into a hidden notes field on the order as JSON. You’ll have all the form data and be able to parse it out in Make. Not sure if that will mess with the US ( e.g. if the user is re-shown all of the additional info they’ve entered, and you cannot hide that field at that checkout step, or if they’re emailed that data… )