I have radio buttons on page 1. On page 2, I need different radio button groups to display that depend on what was chosen on page 1.
How do I get the radiogroup.selecteddata value to the next page without form submission?
I've tried binding a hidden textbox on page 2 to the value, but I still can not get the actual value.
What am I missing?
Also, is it true that you can not put a cfform inside another cfform?
accordion controlpass value page to page
Page 1 of 1
1 Replies - 3827 Views - Last Post: 20 August 2007 - 09:55 AM
Replies To: accordion control
#2
Re: accordion control
Posted 20 August 2007 - 09:55 AM
WhiteWolf, on 17 Aug, 2007 - 01:22 PM, said:
I have radio buttons on page 1. On page 2, I need different radio button groups to display that depend on what was chosen on page 1.
How do I get the radiogroup.selecteddata value to the next page without form submission?
I've tried binding a hidden textbox on page 2 to the value, but I still can not get the actual value.
What am I missing?
Also, is it true that you can not put a cfform inside another cfform?
How do I get the radiogroup.selecteddata value to the next page without form submission?
I've tried binding a hidden textbox on page 2 to the value, but I still can not get the actual value.
What am I missing?
Also, is it true that you can not put a cfform inside another cfform?
You can pass it on the link.
page 1 has #variable#
page 2 is test.cfm?variable=#variable# or #form.variable#
How are they getting to the second page?
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|