Hyperref defaultvalue for \Choicemenu / combo
Verfasst: Di 20. Dez 2022, 19:42
Gelöst im Crosspost auf "tex.stackexchange.com".
Hi,
I can't assign default values for \Choicemenu in combomode. Everything I find(Google), indicates that it should work this way (like it works with \TextField).
Doesn't matter if i try it with "value" or "default" or both
I use hyperref Version 7.00u and MikTex 22.12
Crosspost(https://tex.stackexchange.com/questions/669175/how-to-set-default-value-of-choicemenu-as-combo-using-hyperref)
Hi,
I can't assign default values for \Choicemenu in combomode. Everything I find(Google), indicates that it should work this way (like it works with \TextField).
\documentclass[a4paper]{scrartcl} \usepackage{hyperref} \begin{document} \begin{Form} \ChoiceMenu[combo,name=testMenu,default=Test]{bla1:}{Test1,Test2}\\ \\ \TextField[name=testField,default=Test]{bla2:} \end{Form} \end{document}
I use hyperref Version 7.00u and MikTex 22.12
Crosspost(https://tex.stackexchange.com/questions/669175/how-to-set-default-value-of-choicemenu-as-combo-using-hyperref)