I am new to klaviyo. I have created a signup form in Klaviyo and I am trying to access the form fields using a php script simply called process.php.
The question is how do I access, for example, when the user enters their age in the signup form, the value from process.php?
Any help will be appreciated.
Thanks.
P.S. The GDPR_ePR and other privacy acts require the user being over a certain age.
Best answer by alex.hong
Hi there @tudsy,
Welcome to the Community.
I believe you could look into our developers portal to learn more about how our API pulls and displays data for your signup form. Assuming that the signup form logs age as a profile property, it should be on a user’s profile once they complete a form.
A similar question and excellent response can be found here:
I believe you could look into our developers portal to learn more about how our API pulls and displays data for your signup form. Assuming that the signup form logs age as a profile property, it should be on a user’s profile once they complete a form.
A similar question and excellent response can be found here: