Hab es hinbekommen:
<a href=https://www.dropbox.com/s/dquw7r77idkjgrn/Test4.pdf target=_blank>
![alt text][1]
(Ausgabedatei)
</a>
[![alt text][2]
(Ausgabedatei)][1]
\documentclass[parskip=half, a5paper, landscape]{scrartcl}
\usepackage{selinput}
\SelectInputMappings{adieresis={ä}, germandbls={ß}}
\usepackage[ngerman]{babel}
\usepackage[margin=0.5cm, left=1cm]{geometry}
\usepackage{xcolor}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usepackage{hyperref}
\pagestyle{empty}
\addtokomafont{subsection}{\rule{\textwidth}{1pt}\newline}
% =======================================
% Textfelder festlegen:
% Texfeld-Optionen
\renewcommand{\DefaultOptionsofText}{print, bordercolor={white}, backgroundcolor=lightgray, borderwidth=1pt}
%Textfeld-Layout
\def\Titel{foo}
%
\newlength{\TitelBreite}
%\settowidth{\TitelBreite}{\Titel}
\renewcommand{\LayoutTextField}[2]{%
\settowidth{\TitelBreite}{\Titel}
%
\begin{tikzpicture}
\node[anchor=west] (TextFieldNode) at (0cm,2ex) {#2};
\draw[thick] ([yshift=-0.6ex]TextFieldNode.north west) -- (TextFieldNode.south west) -- ([xshift=-0.6ex]TextFieldNode.south east);
\node[anchor=west,font=\footnotesize\sffamily] at (0cm,-1.75ex) {#1};
\node[left = \TitelBreite+2.5ex of TextFieldNode, anchor=west,font=\bfseries, align=left] {\Titel};
\end{tikzpicture}
}%
% Textfeld-Name und Schreibmaschinenschrift festlegen:
% \textfield{<label-name>}{<title-name>}{<width>}{<further-options>}{<title>}
\newcommand{\textfield}[5]{
\edef\Titel{#5}
\TextField[name = #1, width=#3, height=1em, charsize =12pt,
format = { var f = this.getField('#1');
f.textFont = 'Courier';
}, #4
% value = WORT,
]
{#2}
}
% =======================================
\newcommand*{\GESCHLECHT}{%
\begin{tikzpicture}[overlay]
\node[label={below:m}, draw, thick, circle, inner sep=1.5pt, xshift=2em] (M) {$\!\!\!\!$\ChoiceMenu[radio, radiosymbol=6, width=2.5mm, height=2.5mm, bordercolor={white}, default=m, name=Geschlecht]{}{=maenl}};
\node[label={below:w}, draw, thick, circle, inner sep=1.5pt, right = 2ex of M] {$\!\!\!\!$\ChoiceMenu[radio, radiosymbol=6, width=2.25mm, , height=2.5mm, bordercolor={white}, name=Geschlecht]{}{=weibl}};
\node[font=\footnotesize, below = 2ex of M, xshift=3ex] {Geschlecht};
\end{tikzpicture}
}%
% =======================================
%\renewcommand*{\familydefault}{\sfdefault}
\begin{document}
\begin{Form}[action=mailto:forms@stackexchange.invalid?subject={The submitted form},method=post]
%\subsection*{Formular}
%\textfield{NACHNAME}{Nachname}{0.4\textwidth}{}{Name:}
%\textfield{VORNAME}{Vorname}{0.4\textwidth}{}{}
\begin{tabular}{|lcr|}\hline
\textbf{Ausfüllbogen} & & \\[1ex] \hline
& & \\
\textbf{Name:} & & \\
\textfield{VORNAME}{Vorname}{6cm}{value=Muster}{}
&
& \textfield{NACHNAME}{Nachname}{6cm}{value=Marta}{} \\
& & \\
\GESCHLECHT %\ChoiceMenu[radio, radiosymbol=6, width=0.5cm, name=Geschlecht]{\textbf{Geschlecht:}}{männlich=m,weiblich=w}
&
&\ChoiceMenu[combo, name=Land]{Land:}%
{Deutschland,{\"O}sterreich,Schweiz} \\
& & \\
& & \\
\textbf{Adresse:} & & \\
\textfield{STRASSE}{Straße}{6cm}{}{}
& \textfield{PLZ}{PLZ}{2cm}{}{}
& \textfield{ORT}{Ort}{6cm}{}{} \\
& & \\
\textfield{GEBURT}{Geburtsdatum}{3cm}{}{} & & \\
& & \\
\CheckBox[width=0.5cm, name=Geld]{Münzen gezählt?}
& \CheckBox[width=0.5cm, name=Katze]{Katze gefüttert?}
& \CheckBox[width=0.5cm, name=Pflanze]{Pflanzen gegossen?} \\
& & \\ \hline
\end{tabular} \\[1ex]
\PushButton[name=calc,onclick={app.alert("Hier bitte N I C H T draufklicken!")}]%
{Hier bitte nicht draufklicken}
\CheckBox[name=Katze]{\textbf{Checkbox funktioniert hier ohne width}}\\[0.75ex]
%
\edef\Titel{Notizen:}
\TextField[multiline, name=Notizen,width=0.9\textwidth, height=2cm,borderstyle=D,value={}, backgroundcolor={0.95
0.95 0.95}]{}
\Reset{Reset} \quad \Submit{Submit}
\quad \Acrobatmenu{Print}{Print}
\quad \Acrobatmenu{SaveAs}{\fcolorbox{black}{yellow}{Dokument speichern}}
\quad \Acrobatmenu{Quit}{Quit}
\quad \href{http://texwelt.de/wissen/fragen/7768/wie-erstelle-ich-ein-gutes-ausfullbares-pdf-formular}{Info}
\end{Form}
\end{document}
[1]: https://www.dropbox.com/s/dquw7r77idkjgrn/Test4.pdf
[2]: http://texwelt.de/wissen/upfiles/Test4.png