Gossamer Forum
Home : Products : DBMan : Customization :

Modify Record......

Quote Reply
Modify Record......
Is there a way to send people automatically to their record for modifying when they click on the modify link - rather than to the "search the database for Modifying" screen?
Quote Reply
Re: Modify Record...... In reply to
Yep.


Oh. You want to know what the way is? Wink

If you have $auth_modify_own = 1 in your .cfg file, all you have to do is change the link for users to

<a href="$db_script_link_url&modify_form=1&$db_key=*">Modify</a>

It will only return records that are owned by the user.


------------------
JPD