Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Chrisp] Custom Add Url form for category

Quote Reply
Re: [Chrisp] Custom Add Url form for category In reply to
Hi,

How complex do you need it? You change add.html to something like:

Code:
<%if Category eq 'Cat1'%>
<%include cat1.html%>
<%else%>
<%include regular.html%>
<%endif%>

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Custom Add Url form for category Chrisp 1961 Sep 9, 2003, 10:26 AM
Thread Re: [Chrisp] Custom Add Url form for category
Alex 1903 Sep 9, 2003, 10:32 AM
Post Re: [Alex] Custom Add Url form for category
fff 1855 Sep 19, 2003, 2:08 AM