Message Text |
Can someone help?
I have created Multicheckboxes for link
<tr>
<td class="labelscolumn"><span class="labels">Template Category</span></td>
<td class="optionscolumn"><input type="hidden" name="linkcat[123]" value="" /><input type="checkbox" name="linkcat[]" value="3 colors" {LINKCHECKED[linkcat <,> 3 colors]} /> 3 colors <input type="checkbox" name="linkcat[]" value="3D style" {LINKCHECKED[linkcat <,> 3D style]} /> 3D style <input type="checkbox" name="linkcat[]" value="Agriculture" {LINKCHECKED[linkcat <,> Agriculture]} /> Agriculture <input type="checkbox" name="linkcat[]" value="Animals & Pets" {LINKCHECKED[linkcat <,> Animals & Pets]} /> Animals & Pets <input type="checkbox" name="linkcat[]" value="Architecture" {LINKCHECKED[linkcat <,> Architecture]} /> Architecture <input type="checkbox" name="linkcat[]" value="Art & Photography" {LINKCHECKED[linkcat <,> Art & Photography]} /> Art & Photography <input type="checkbox" name="linkcat[]" value="ArtWorks" {LINKCHECKED[linkcat <,> ArtWorks]} /> ArtWorks <input type="checkbox" name="linkcat[]" value="Beauty" {LINKCHECKED[linkcat <,> Beauty]} /> Beauty <input type="checkbox" name="linkcat[]" value="Books" {LINKCHECKED[linkcat <,> Books]} /> Books <input type="checkbox" name="linkcat[]" value="Business" {LINKCHECKED[linkcat <,> Business]} /> Business</td>
</tr>
Now member select some check boxes that are right for there link and i would like to show them on link detail page what link variable must i put there to show only the check values.
Like this
Template Category: Architecture, Books, Business |