This topic contains 1 reply, has 0 voices, and was last updated by ChrisDenison 8 years, 7 months ago.

  • Author
    Posts
  • #3028 Score: 0

    ChrisDenison
    • Contributions: 0
    • Level 1

    I have an Online Customer Form for people to fill out to apply for an account.

    I’ve recently changed the html file so that list fields either display as radio buttons or check boxes, depending on whether the type is List/Record or Multiple Select.

    The List/Record and Check Box fields are passing the data to the Customer Record just fine when the form is submitted, but the Multiple Select check box fields are not.

    Here is an example of a List/Record radio button field:

    Here is one of the Multiple Select check box fields:

    What am I doing wrong?
    This is a cached copy. Click here to see the original post.

  • #3029 Score: 0

    ChrisDenison
    • Contributions: 0
    • Level 1

    Update: Resolved!

    Hmmm….not sure where my screenshots went, but I figured out the problem with my form.

    When I added the Field ID for the name of each checkbox, I used the normal form field name that starts with “nl”.

    For example, my original code was:

    Camp

    It should have been:

    Camp

You must be logged in to reply to this topic.