Gossamer Forum
Home : Products : Gossamer Links : Discussions :

auto fill on modify pages?

Quote Reply
auto fill on modify pages?
What do I need to do to enable auto fill on my modify pages.

ie Link owner is the only person who is able to modify it (how do I do that anyhow), but I dont want him to type everything again, just use his e-mail or link id and sumbit, and it would take him to the modify page where everything is already filled, and he/she could modify the info as needed.

Thx
Quote Reply
Re: [ossi] auto fill on modify pages? In reply to
Why did you post the same question in the Links2 forum?
Quote Reply
Re: [RedRum] auto fill on modify pages? In reply to
I was wondering why I did not see it on the forum...

Sorry about that double post! You can delete it.
Quote Reply
Re: [ossi] auto fill on modify pages? In reply to
I was wondering if I could use as modify_success.html page as a modify.hml as default for modifying...
It has <pre> Title: <%Title%>
URL: <%URL%>
Category: <%Category%>
Description: <%Description%>
Contact Name: <%Contact_Name%>
Contact Email: <%Contact_Email%>
</pre>

but i dont know how to put the form things together...

<form action="<%db_cgi_url%>/modify.cgi" method="POST">
<input type="hidden" name="modify" value=1>

Basically I want to have everything filled...
Quote Reply
Re: [ossi] auto fill on modify pages? In reply to
Which script are you using? Links SQL or Links2?
Quote Reply
Re: [RedRum] auto fill on modify pages? In reply to
SQL
Quote Reply
Re: [ossi] auto fill on modify pages? In reply to
in admin screen go to Setup --->User options --> require them to register and then later they will get their info on modify ....

Gregor