I’ve completed an ‘Edit Profile’ form and am setting up the ‘return’ parameter to a template I have specified.
Once the edit form is submitted, I would like the user to be sent back to the same form, with a ‘Profile Updated’ message at the top, I figure it’s more user friendly that way, just in case they want to change anything else etc.
My problem is how to pass the Member ID of the User Profile that has just been updated through to the URL so the correct Profile displays with the message.
Currently the return with {member_id} simply passes on my own ID, not the ID of the Profile I’ve just edited.
Is there a way to pass on the Profile ID rather than my own?
