I asked in the technical forums, but I have a feeling I won’t get any bites. Recently I just started using safecracker. It is pretty cool, and everything is working, however I don’t know of a way to have the users set their own PAGES_URI (pages module) so their entries can be linked to a page. Currently, I am using hidden fields to set the pages_uri but I don’t know its name/id to actually access it. Anyone got an idea—these fail to work.
<input type="hidden" name="pages_uri" id="pages_uri" value="{url_title}">
<input type="hidden" name="pages__pages_uri" id="pages__pages_uri" value="{url_title}">Any help would be great! This is the only issue i have left with safecracker (for now that is /crosses finger).