Question
CF7 binding to cfset variable
Hello,
I am using MX 7 and just experimenting.
I am wondering if it is possible to bind data from a text box or a select box to a variable using CFSET in flash forms.
This is how I would imagine it to look but I know it doesnt work.....
<cfset myvar = {mytextbox.tex}>
or
<cfset myvar = {selectbox.selectedItem.data}>
Is it even possible in MX7 does anyone know?
Thanks
