Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Checkboxes won't update on the web

Featured Replies

  • Newbies

I have a cfml webform. When users check a checkbox it updates the file properly. If they return to edit the record and uncheck a checkbox, the update will not take....any other updating takes (text fields, dropdowns, etc). Any ideas? Unlimited 5.02 Thanks

so it updates the database correctly but will not display on the HTML page??

[FMP-ValueList: checkboxname, list=departments]

<input type="checkbox" name="checkboxname" value="[FMP-ValueListItem]" [FMP-valuelistchecked]>

[FMP-ValueListItem]

[/FMP-ValueList]

do you have the part that is bold in your html code.. it will check if the check box is checked in the database and then check it if it is.

[This message has been edited by bman (edited March 13, 2001).]

  • Author
  • Newbies

Thanks for the reply. It will update when the record is created and display properly, but it will neither update the database nor the display when changes are made using edit. IOW, only when a new record is created. hmmm...

did you check to make sure the check box is named correctly?? i know it sounds stupid, but sometime the tiniest error that we over look can cause the biggest problems.

Put a hidden field on the form (just after the check boxes) that inserts the value "". The cdml code would be

<input type=hidden name=fieldname value="">

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.