/ Id-Extras Forum / How to set Combo Box to allow user to enter custom text in InDesign/FormMaker / Reply To: How to set Combo Box to allow user to enter custom text in InDesign/FormMaker

#7092
Ariel
Keymaster

    While there’s no directly equivalent option in FormMaker (yet — I do hope to add it in a future update), the simple workaround is to add the following line as a document script in FormMaker in InDesign:

    this.getField("Combo Box 1").editable = true;

    (Obviously, change the text “Combo Box 1” to whatever the combo box is called in InDesign.

    This will turn on the option in Acrobat “Allow user to enter custom text” (which I think is what you’re referring to, if I’ve understood correctly).

    Now when you run FormMaker in Acrobat, the option will be on.

    Before distributing the final PDF, after having run FormMaker on the PDF, you may want to delete that document script as it is no longer needed.