Question
CF_ThreeSelectsRelated question
Hello,
i am using Nate Weiss <CF_ThreeSelectsRelated> tag for three related select.
http://www.geocities.com/thanny/
In Edit form, i want to show pre selected values. i mean default values.
Tag is showing default value in first select. Not show second and third select. Why is it?. Is this way, this tag works?.
How can i show default values in second and third select?.
<CF_ThreeSelectsRelated
QUERY="selectAll_Q"
HTMLAFTER2="<BR>"
NAME1="frm_country"
NAME2="frm_state"
NAME3="frm_client"
VALUE1="country"
VALUE2="state"
VALUE3="client"
DISPLAY1="country"
DISPLAY2="state"
DISPLAY3="client"
EmptyText1="select country"
EmptyText2="select state"
Emptytext3="select client"
DEFAULT1="#selectEdit_Q.country#"
DEFAULT2="#selectEdit_Q.state#"
DEFAULT3="#selectEdit_Q.client#"
AUTOSELECTFIRST="No">
Thanks
i am using Nate Weiss <CF_ThreeSelectsRelated> tag for three related select.
http://www.geocities.com/thanny/
In Edit form, i want to show pre selected values. i mean default values.
Tag is showing default value in first select. Not show second and third select. Why is it?. Is this way, this tag works?.
How can i show default values in second and third select?.
<CF_ThreeSelectsRelated
QUERY="selectAll_Q"
HTMLAFTER2="<BR>"
NAME1="frm_country"
NAME2="frm_state"
NAME3="frm_client"
VALUE1="country"
VALUE2="state"
VALUE3="client"
DISPLAY1="country"
DISPLAY2="state"
DISPLAY3="client"
EmptyText1="select country"
EmptyText2="select state"
Emptytext3="select client"
DEFAULT1="#selectEdit_Q.country#"
DEFAULT2="#selectEdit_Q.state#"
DEFAULT3="#selectEdit_Q.client#"
AUTOSELECTFIRST="No">
Thanks