Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 8360 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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??

Posted

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!

This topic is 8360 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.