- This topic has 3 replies, 2 voices, and was last updated 4 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Enabling editing of address on membership form
How do I allow a user to edit/update their address on a membership form.
Is this when a user is logged into wordpress and then applies for a membership? Normally the address is just a field to be filled out …
It is when a user is logged in. I would expect that the name and email address to be populated from the user’s WP account, but the address also seems to be locked. This seems to be associated with $readonly_basic parameter which is set when a user is logged in. Maybe it should only be set for the First, Last, and email address. I still need a way for a user to update their address. For example, If I have a membership, and the user moves during the year, how would she change her address?
Indeed, the $readonly_basic param was a leftover from older code, for the address I removed that logic for RSVP forms but I forgot to remove it for membership forms. So it can be simply removed:
https://plugins.trac.wordpress.org/changeset/2236489/