Jump to content

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

Recommended Posts

Posted

I have my update page working, and it updates added checks in check boxes, but it doesn't update when checks are taken off. Has anyone seen this or know how to solve it?

Posted

If memory serves me correctly then adding the following before your checkboxes should fix the problem:

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

Where CheckboxField is the name of the field that you are populating with checkbox values. Let me know if my memory is accurate. smile.gif

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