This question may be related to a resolved thread.
The above issue was marked as resolved, but I didn’t see the solution.
I’m using channels to store member profile data, and Safecracker to edit those entries.
To connect the user to the appropriate entry, I’m setting the url_title to be “member{member_id}” and trying to use that with the Safecracker form.
What I can’t seem to get Safecracker to do is process the variable.
So, if I do this:
{exp:safecracker channel="members" return="contact/thanks" url_title="member{logged_in_member_id}"}I get a blank form.
If I manually enter the member id:
{exp:safecracker channel="members" return="contact/thanks" url_title="member23"}I get the edit form I’m looking for.
Are there only certain variables that Safecracker will process?