@dkjensen
Active 3 weeks ago
-
Henry Wright replied to the topic Retaining xProfile field values on register submit in the forum Creating & Extending 9 years, 6 months ago
Hi @dkjensen
I’m pretty sure the reg form uses the POST method so the submitted values should be available as an associative array. You should be able to access them like this:
$_POST['name']