Kittrick Posted March 13, 2002 Posted March 13, 2002 Hello everyone, I am working on a real-time sign-in system and have a series of checkboxes in CDML/HTML that work and calculate as they should on the website...except that it doesn't check the boxes in the FM database so there is no way to validate to the web user that the box is checked for future changes in FM as they are all blank. That I find really really weird. Does anyone have any ideas how I could get the boxes in FM to be checked or unchecked??
Kittrick Posted March 13, 2002 Author Posted March 13, 2002 I have a solvable workabout to solve this problem...but it still doesn't check the boxes in FM....but it does validate if anyone is having the same problems. I had two different variables...one to just store the X in the checkbox (_8amMonday) and the other variable (hour_checkedMonday8am ) to calculate the time as 1 hour of the day. The validation CDML is: <input type="checkbox" name="_8amMonday" value="1" [fmp-if:hour_checkedMonday8am .eq. 1]checked[/fmp-if]> <input type="hidden" name="_8amMonday"> I hope I helped anyone with a similar problem. I'd like to hear from anyone who got the box to check in FM. Thanks!
Recommended Posts
This topic is 8630 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