Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Cleo_] Anyway to have the submitters IP address recorded?: Edit Log

Here is the list of edits for this post
Re: [Cleo_] Anyway to have the submitters IP address recorded?
If you are trying the global route, try passing the values as hidden form fields. Why would u want to display the same to a guy submitting the details.

I think you would need to edit the template :include_form.html
This would perhaps take care of both add and modify.

BTW, you would have to create a global first. For example:

remote_ip ==>
sub {
return $ENV{REMOTE_ADDR}
}

Then in your template do something like this:

<input type="hidden" name="column_name" value="<%remote_ip%>">

or something similar.

HyTC

Last edited by:

HyperTherm: Oct 10, 2004, 12:02 PM

Edit Log: