April 11, 200124 yr Newbies i have this code on an edit page but when i turn the checkbox off it does not change the database but i can turn them on. what i am doing wrong and is there a better way of showing the current state of the checkbox. code: [FMP-If: Field: Wednesday .eq. Wed] <input type="checkbox" name="Wednesday" value="Wed" </p checked> [fmp-else] <input type="checkbox" name="Wednesday" value="Wed"> [/FMP-If] Wednesday thanks
April 11, 200124 yr I was alwas better off with radiobuttons, menus etc than checkboxes. Just my 2 cents
Create an account or sign in to comment