Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [socrates] Different fields, add/modify/search forms and templates for certain categories

Quote Reply
Re: [socrates] Different fields, add/modify/search forms and templates for certain categories In reply to
If you use the add form from the cats itself you have the cat id;
witht he catid it is easy to say

if cat!=lala show form field.

Maybe you can use an array also, i dont know. Andy?

But with 3-5 catids it should be no big problem to ask

if catid = x else if catid = y else show form field.

The same it is with add_result.

If you use the add.cgi without an id, you will need some javascript, maybe?
A different add.html will bring nothing here, i think.
Subject Author Views Date
Thread Different fields, add/modify/search forms and templates for certain categories socrates 3888 Oct 1, 2017, 3:17 AM
Post Re: [socrates] Different fields, add/modify/search forms and templates for certain categories
Andy 3755 Oct 1, 2017, 10:21 PM
Post Re: [socrates] Different fields, add/modify/search forms and templates for certain categories
Robert 3737 Oct 2, 2017, 10:30 AM