I am trying to setup Links to use multiple levels of entry -- one level of entry would have a password field that would enable a user to modify their entry at a later time; the other would not.
I have assumed this would require the use of two similar add.cgi programs for input. One would permit the user to enter a password field, and the other would have the password predefined and entered as a hidden value.
I have already worked out the form issue (I created a second site_html_add_form subroutine) but the part I am having difficulty with is setting this up so the user permitted to enter a password sees their password on the Success page (and in the email received once the link is added), but the user with no password control does not.
Ideas?
I have assumed this would require the use of two similar add.cgi programs for input. One would permit the user to enter a password field, and the other would have the password predefined and entered as a hidden value.
I have already worked out the form issue (I created a second site_html_add_form subroutine) but the part I am having difficulty with is setting this up so the user permitted to enter a password sees their password on the Success page (and in the email received once the link is added), but the user with no password control does not.
Ideas?

