Add more data to the user validation screen.

Trying to edit the register.php file to include more information about the user, but after I grab the text from the added textboxes (added with profile manager) and save it to $age, I don't know how to add it to:

$validation = elgg_validate_registration_data($username, [$password, $password2], $name, $email);

Help?

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking