This topic contains 8 replies, has 3 voices. Last updated by Daniel Vreeman 3 years, 5 months ago.
Topic Author | Topic |
---|---|
Posted: Tuesday Jul 23rd, 2013 at 11:19 pm #53920 | |
I’m using custom return URLs to direct members to a page where they can edit their profile after they’ve paid. The “Manage My Membership” page just uses the [s2Member-Profile /] shortcode. The page shows the editable custom profile fields that are accessible to that member. When members access that page directly, they can edit the allowable fields just fine and all is well. But, when they are directed to this page after a successful payment, saving the profile “clears out” 2 of my custom fields that are hidden and uneditable to users. The fields do not show up on the profile edit screen, but saving action sets them to null. I use these custom fields to track “counts” of allowed support tickets, so setting them to null is a big problem. Because the hidden custom profile fields are NOT set to null if you access the page directly, I think it has to do with the “?s2p-v=” parameter that gets passed to the page after payment. Any thoughts? |