Gossamer Forum
Home : Products : DBMan : Customization :

Hidden Fields

Quote Reply
Hidden Fields
I guess my last post was a little too wordy. No one responded.

Simply put, is there a way to pass hidden fields between one page to another that are not in the data base.

output:
<input name=dude type=hidden value=1>

input:
$dude

Thank you all!
Quote Reply
Re: Hidden Fields In reply to
I didn't understand your last post and didn't think I could answer.

However, if you pass a variable through a hidden field, it becomes $in{'variable'} after it is parsed. So in your example, if you wanted to check whether dude had been passed, you would check for $in{'dude'}.

I hope that helps.



------------------
JPD