-
☆ A M B ☆
- 1,231 Posts
I have this working well so far but I have a question about retrieving the selected values for say a check box TV?
I have a tv called DesignerListings and I am using the checkbox input type. XHTML||CSS||Flash||JavaScript is my values and I’m using delimited list widget with "," as the Delimiter. It works fine, however if I navigate to the page that I set values in, it’s not showing the values from the TVs for that page.
How could I get checked info through to my document so it shows which value was previously chosen?
<input type="checkbox" checked="checked" name="tvDesignerListings[]" id="tv_0" value="XHTML"/>
Thanks!
-
☆ A M B ☆
- 1,231 Posts
For some reason quill only works with [[]] for me... if I use [!!] I end up seeing the plain text of the snippet....
[!Quill? &mode=`control` &name=`DesignerListings` &value=`XHTML,CSS,JavaScript`!]
Anyway if I use [[Quill? &mode=`control` &name=`DesignerListings`&value=`[*DesignerListings*]`]] it works... How ever it shows the values only, not checked="". Is there a way to have &checked=`[*DesignerListings*]` display as checked="checked"