-
I'm using the
|
Beta Was this translation helpful? Give feedback.
Answered by
amunn
Feb 10, 2021
Replies: 1 comment
-
I figured out the answer: the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jodeleeuw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured out the answer: the
survey-html-form
code ignores anything without aname
designation. I assumed it would track fields byid
. Adding aname
to the<select>
element correctly solves the problem: