Gossamer Forum
Quote Reply
Looking for the CatID
Hello,
Im trying to get the CatID number to be placed in a column field in our database and am using the following:
Code:
<input type="hidden" id="templateID" name="templateID" value="<%CatID%>" class="text">

But apparently it's not working. I also tried:
Code:
<input type="hidden" id="templateID" name="templateID" value="CatID" class="text">

Which also didn't work.

Any clues how to get the CatID number to write itself from the include_form.html template into the templateID field in the database record?

Thanks,
Subject Author Views Date
Thread Looking for the CatID Westin 7055 May 6, 2009, 8:14 AM
Thread Re: [Westin] Looking for the CatID
Andy 6928 May 6, 2009, 8:54 AM
Thread Re: [Andy] Looking for the CatID
Westin 6903 May 6, 2009, 8:57 AM
Thread Re: [Westin] Looking for the CatID
Andy 6895 May 6, 2009, 9:07 AM
Thread Re: [Andy] Looking for the CatID
Westin 6912 May 6, 2009, 9:08 AM
Thread Re: [Westin] Looking for the CatID
Andy 6881 May 6, 2009, 9:12 AM
Thread Re: [Andy] Looking for the CatID
Westin 6906 May 6, 2009, 9:17 AM
Thread Re: [Westin] Looking for the CatID
Andy 6890 May 6, 2009, 9:23 AM
Thread Re: [Andy] Looking for the CatID
Westin 6859 May 7, 2009, 11:20 AM
Thread Re: [Westin] Looking for the CatID
Andy 6833 May 8, 2009, 12:56 AM
Post Re: [Andy] Looking for the CatID
Westin 6810 May 8, 2009, 2:29 PM