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.

Checkbox Value List Problem

Featured Replies

  • Newbies

We have a page on our site which allows members to edit their "specialties" in our database. I use the following code:

code:


[FMP-ValueList: Main_Specialties, List=Main_Specialties]

<input type="checkbox" name="Main_Specialties"

value="[FMP-ValueListItem]" [FMP-ValueListChecked]>[FMP-ValueListItem]


The code works just fine when members submit new specialties (they are recorded in the database), but when members remove (de-select) a specialty, the change isn't saved.

Does anyone know what I need to do to the code to make it work?

Thanks for your help!

Try this:

[FMP-ValueList: Main_Specialties, List=Main_Specialties]

<input type="checkbox" name="Main_Specialties"

value="[FMP-ValueListItem]" [FMP-ValueListChecked]>[FMP-ValueListItem]<BR>

[/FMP-ValueList]

I seem to remember a tread some time back that highlighted this issue: through the web it's reliable and easy to insert a value into a field, or edit the value to something else, but not reliable to chnage the field value to empty or "".

I cannot remember whether it was considered a bug of Web Companion or whether it was more a problem with the web form interface generically. I think the later was the concensus.

quote:

Originally posted by Vaughan:

I seem to remember a tread some time back that highlighted this issue: through the web it's reliable and easy to insert a value into a field, or edit the value to something else, but not reliable to chnage the field value to empty or "".

I cannot remember whether it was considered a bug of Web Companion or whether it was more a problem with the web form interface generically. I think the later was the concensus.

Well to change field to nothing is reliable. But if the field is Required, then submitting nothing into it will not change the last value in Req. field.

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.