Vote count:
0
I'm building a registration form in Concrete5 but beforehand I need to retreive the User Attributes.
I'm using hidden input to get the values as so:
<input type="hidden" name="akID[<?php echo UserAttributeKey::getByHandle('school')->getAttributeKeyID(); ?>][value]" value='<?php echo $_POST['full_name']; ?>'/>
However I can only get the value if I make a mistake beforehand, i.e. incorrect confirm password and then resubmit the form.
Any ideas on how to get the values without doing this?
Kind Regards
asked 34 secs ago
PHP TextBox Value Before Submission
Aucun commentaire:
Enregistrer un commentaire