checkbox group
-
Hi,
In cformsII
the checkbox group alters the ID which causes the data to be lost when sent to the 3rd party integration.ex.
In c-formsII, I input the id as id:12345
when I Inspect the form, I find that each checkbox gets a new id {cb1 = id:12345-1, cb2 = id:12345-2, so on}. Each checkbox needs to have the same, and original, id (“12345”) for the information to be logged on the 3rd part platform. the id:12345-1 is interpreted as wrong and the info doesn’t get reported.Am I the only one who this is a problem for?
Can it be fixed?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘checkbox group’ is closed to new replies.