A Simple Electronic Form
Remember that not all PDF viewers can correctly display interactive forms, so if the output isn't what you expect you may need to try a different PDF viewer. See the book for further details.
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\begin{Form}
\TextField{Name}\qquad \TextField{Date}
\ChoiceMenu[combo]{Gender}{Male,Female}
\ChoiceMenu[radio]{Project}{cookies,cakes,chocolates,raygun}
Which ice cream flavours do you like?
\CheckBox{vanilla}
\CheckBox{mint}
\CheckBox{toffee}
\CheckBox{fudge}
\CheckBox[name=guarana]{guaran\'a}
\CheckBox{strawberry}
\CheckBox{raspberry}
\CheckBox{chilli}
\CheckBox{other}
\end{Form}
\end{document}
Download sample-pdf-form.tex or sample-pdf-form.pdf.
