Checkbox – selecting only one item – tag problem
-
Hello,
how can i make in a group of checkboxes only one item choosable?
When i set the checkboxes in the pdf as single boxes with different name and different values then everything works fine. But if i set the name of the boxes on one name with different values, then it only works offline in the pdf and the values getting not transportet over the formular in the pdf.for example:
this works:
[checkbox galv-verzinkt “galv. Verzinkt”]
[checkbox verchromt “verchromt”]
[checkbox pulverbeschichtet “pulverbeschichtet”]
[checkbox kugelgestrahlt “kugelgestrahlt ”]
[checkbox keine-oberflaeche “keine Oberfläche”]
but so its not possible to choose only onebut with this syntax the tag “oberflaeche” is not connected in the pdf thats getting send in the end…
[checkbox oberflaeche exclusive “galv. Verzinkt” “verchromt” “pulverbeschichtet” “kugelgestrahlt ” “keine Oberfläche” ]greets Jan
The topic ‘Checkbox – selecting only one item – tag problem’ is closed to new replies.