Newbies Nota Posted April 11, 2001 Newbies Posted April 11, 2001 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
Anatoli Posted April 11, 2001 Posted April 11, 2001 I was alwas better off with radiobuttons, menus etc than checkboxes. Just my 2 cents
Recommended Posts
This topic is 8618 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now