Hi
Thanks for the excellent plug-in.
I need to use some of the custom field values from the registration form to update the WP user data:
– the form needs to use a hidden username field to generate username ie USERnnnnn where nnnnn is a unique user_id number
– the form isn’t using the standard name field (First Name + Last Name) but uses separate text fields for the first, middle and last last names – I need to concatenate these 3 fields into the Wp name field
– the form has a custom dropdown field with two options to select the customer role – I need to use the setting for this field to set the WP_ user_role instead of picking up the default role for new users.