On my s2mPro payment form, I have a custom registration field -- a Checkbox that the user must click to accept a User Agreement / TOS. By default, the checkbox value is "1" which gets stored in the member's profile.
But we need this value to be a TimeStamp (YYYY-mm-dd H:i:s) instead of just "1".
Does anyone know a Filter / Hook I can use to make this change as it's written to the database?
Alternatively, I suppose we could try a hook to change the value in the html form, but of course I prefer to handle it server-side.
Thanks!
Todd