Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Check Box Confusion

Quote Reply
Re: Check Box Confusion In reply to
The subject says it all ;)

I believe Sam means to be able to pass a value from individual question box's rather than from the same box (I think!)

If so, you can use check boxes on a custom form like:
CHECKBOX: Name: Platform_Linux Value: Yes

With the results at:
The Answer is: <%if Platform_Linux%><%Platform_Linux%><%else%>No<%endif%>

This works because a check box is either a value, or not a value.

This will require seperate columns in the database for each "qustion" using a CHAR Column Type just make sure the Not Null option is set to No

Eraser:
Insight Eye
http://www.insighteye.com/
Subject Author Views Date
Thread Post deleted by SamX SamX 2433 Jun 29, 2001, 9:47 AM
Post Re: Check Box Confusion
pugdog 2372 Jun 29, 2001, 11:46 AM
Thread Re: Check Box Confusion
Eraser 2355 Jun 29, 2001, 12:21 PM
Thread Re: Check Box Confusion
pugdog 2355 Jun 29, 2001, 1:37 PM
Thread Post deleted by SamX
SamX 2350 Jun 29, 2001, 2:00 PM
Post Re: Check Box Confusion
Eraser 2342 Jun 29, 2001, 2:20 PM