Copy link to clipboard
Copied
Wie kann ich im Dokument mehrere Grupen von Optionsfeldern anlegen? Für eine Arbeitsblatt habe ich einen Begriff zu dem ich dahinter fünf Optionsfelder zur Auswahl habe.
1. Wie kann ich diese 5 Felder schnell anlegen und
2. wie kann ich zum nächsten Begriff wieder 5 Felder in einer NEUEN Gruppe anlegen?
Acrobat fügt das Optionsfeld in der nächsten Zeile immer wieder der gleichen Gruppe zu.
Danke im Voraus
Copy link to clipboard
Copied
Answer to B is with a script, and to A is either manually or with a script, or by using the Create Multiple Copies command. If it's just 5 buttons I would just do it manually. Once you have them set up a script can be used to duplicate that group multiple times, keeping the same export values as the originals, but using a new field name for each group.
One such script is this (paid-for) tool I've developed, exactly for this purpose: https://www.try67.com/tool/acrobat-generate-radio-button-groups
Copy link to clipboard
Copied
Ich habe nun eine Lösung gefunden: Zu 1: 1. Optionsbutton anlegen, dann mit rechter Maustaste mehrere kopien horizontal anlegen.
2. einfach in der nächsten Zeile ein neues Optionsfeld anlegen und dass dann händisch in Gruppe 2 umbenennen. dann wie 1 weiter machen.
Schneller geht es leider nicht, da Adobe die Formularfelder nicht automatisch erkennt.
Copy link to clipboard
Copied
Answer to B is with a script, and to A is either manually or with a script, or by using the Create Multiple Copies command. If it's just 5 buttons I would just do it manually. Once you have them set up a script can be used to duplicate that group multiple times, keeping the same export values as the originals, but using a new field name for each group.
One such script is this (paid-for) tool I've developed, exactly for this purpose: https://www.try67.com/tool/acrobat-generate-radio-button-groups
Copy link to clipboard
Copied
Ich habe nun eine Lösung gefunden: Zu 1: 1. Optionsbutton anlegen, dann mit rechter Maustaste mehrere kopien horizontal anlegen.
2. einfach in der nächsten Zeile ein neues Optionsfeld anlegen und dass dann händisch in Gruppe 2 umbenennen. dann wie 1 weiter machen.
Schneller geht es leider nicht, da Adobe die Formularfelder nicht automatisch erkennt.