Does anyone know how I can pass multiple values for an insert from grouped 
radio inputs? Not sure if I'm explaining it correctly but here it goes.

I'm using a query group to group the radio inputs.  I set up a counter
for the group heading so each group can have a unique name.

<input name="option#count#" value="#option_ID#" type="radio" />

<cfset counter = 0>

example:

group
<cfset counter = counter + 1>
option1 option1 option1

group
<cfset counter = counter + 1>
option2 option2 option2

I want to pass the form fields option#count# to a custom tag:

<cfmodule 
        template="addOption.cfm"
        action = "add"
        option = "#FORM.option#counter##"
        other1 = "#FORM.other1#"
        other1 = "#FORM.other1#"
        >
How can I pass the form option variables which can be many with the other(s) 
form variables which can on be one each? 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231307
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to