Jump to content

Checkbox Value List Problem


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

Recommended Posts

  • 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!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 8557 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.