Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Different Add Form?

Quote Reply
Different Add Form?
I'm looking to have a different add form for certain categories. I searched this forum and found something like this:

<%if ID=13%>
<%include include_other_form.html%>
<%endif%>
<%if ID=28%>
<%include include_other_form.html%>
<%endif%>
<%if ID=20%>
<%include include_other_form.html%>
<%endif%>

<%ifnot ID%>
<%include include_form.html%>
<%endif%>

(I can't seem to find the thread anymore!)............

It works but, when you try to add a listing to any category besides 13, 28 and 20, it doesn't show any form. Just:

Please completely fill out the form below, and we'll add your link as soon as possible.

and below that is an "Add Link" button.

Could someone please let me know what is wrong and how, if so, can i fix it.

Regards, Blake
Subject Author Views Date
Thread Different Add Form? blakeb 1419 Mar 9, 2003, 2:50 PM
Thread Re: [blakeb] Different Add Form?
yogi 1371 Mar 10, 2003, 12:04 AM
Post Re: [yogi] Different Add Form?
blakeb 1344 Mar 10, 2003, 6:26 AM