Ok I'm back the new fields are not going into the db. I added the columns. Help Please.
You need your update statement:
$db->update('users',$theNewId,['column' => $value]);
What file do I place it in? I'm using _join.php
You don't have to modify the views/_join at all.
You add your extra form fields to:
additional_join_form_fields.php
And you add the PHP we gave you here:
during_user_creation.php
Thank You Your The Best. Great program. I have told everyone I know about it. Also the support is GREAT!!!!!
How do you suggest adding new fields when creating users manually? I do not let my users register
Ok so in users/admin_user.php? Should I copy to usersc?
admin_users.php - and yes.
So how do you ensure these fields are be included in editing users?