- This topic has 1 reply, 2 voices, and was last updated 11 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › Membershp – create.php first and last names not needed
Tagged: api, wp membership
I don’t collect the first or last name of members. Just username, password and email address.
I was going to use the create.php api to create my own join process but it requires the first and last name.
If I take out the check for blank first or last name and just pass it blank fields for the first and last name, will this cause a problem with the rest of the create.php code process?
Hope I explained that correctly.
Re’s
Rob Whisonant
It is okay if you don’t pass first name or last name to the API. Or just pass empty string for them.