I have a developer's license and am using the paypal, mailchimp and user registration add ons, and 'members' plug in to set up a club membership with private members area. A member is added to WP and Mailchimp lists after payment. This is working. Yea!
i assume that somewhere, WP knows what the renew date is since i have a 1 year membership they pay for. I have not added the renew date to the form so how do I access the renew date to manually add a member, or show that renew date on user profile editor.
I did find this entry in the support forum for the entry date: How can I put todays date on the form that will show up in the results.
"a date field that I will hide so only admin can see it.
You can use one of these merge tags as the default value for your hidden field:
{date_mdy}" .
2. There is custom meta collected by the club for ea. member which is not showing on user profile. Once i create the custom user meta fields with justin tadlock's http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields link, will previously added members custom meta be in their user profile? Where is this data stored?
3. I am unclear on the concept of creating a login name. I have created a field called login, and could have it auto fil with the email address and have it hidden, or non editable. but, i want the user to know that the email address will be their login. should i use the merge tag: {user:user_email}?