HTML submit multiple values through one check box?

后端 未结 3 1182
梦如初夏
梦如初夏 2021-01-06 03:48

Hello I have a form that allows the user to check as many options as they like and then hit submit. Is there any way to have the input type \'checkbox\' submit more than one

3条回答
  •  忘掉有多难
    2021-01-06 04:17

    You might try alternative using select2, see: https://select2.github.io/examples.html (Tagging support, use two options limit). Again, there is no enough information supplied to fully satisfy Your question.

    Another approach with select box and JSON is Can an Option in a Select tag carry multiple values? (can be rewritten for checkbox)

提交回复
热议问题