Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Contact_Name

Quote Reply
Contact_Name
I want that user can add records without signup before.
The links should be auto validated.

Also I need the name of the user as value for the field 'Title'

I added this to form.txt
<input type="hidden" name="Title" value="<%Contact_Name%>">

It does not work, I get Unknown Tag 'Contact_Name'

How can I set the hidden tag?

Michael

Quote Reply
Re: Contact_Name In reply to
Hi,

I don't quite understand, but try:

<input type="hidden" name="Contact_Name" value="<%if Contact_Name%><%Contact_Name%><%endif%>">

Cheers,

Alex

--
Gossamer Threads Inc.