I am gathering data from a webpage visitor and putting it into a JavaScript object I create. But later I want to be able to reference the data they entered.
I have acce
Just store it as a JSON object in a field using the varchar or text data type.