This content has been marked as final.
Show 3 replies
-
1. Re: Hidden Field in Forms
just_johnny_two Jan 23, 2014 2:17 PM (in response to Asad 6SM)Cool idea but the way you're going about it isn't going to work.
Don't forget, you need to create the field in the admin section of your web form. Your code would then look something similar to this:
<input type="hidden" maxlength="4000" name="CAT_Custom_416084" id="CAT_Custom_416084" value="{module_pagename}" />
You'd just need to replace the 416084 with whatever your BC assigns that articular field.
-
2. Re: Hidden Field in Forms
Asad 6SM Jan 31, 2014 1:58 AM (in response to just_johnny_two)HI Johnny
I did try this but it doesnt seemed to have worked,
Thanks for your help.
-
3. Re: Hidden Field in Forms
Asad 6SM Apr 7, 2014 7:42 AM (in response to just_johnny_two)It did work, I missed a piece of code. Cheers

