Code: Select all
\documentclass{article}
\usepackage[pdftex]{eforms}
\usepackage{tabularx}
\begin{document}
\begin{Form}
\begin{table}[!h]
\begin{tabularx}{\textwidth}{ll}
\ChoiceMenu[radio]{sex}{yes=0,\hspace{0.1cm} no=1}
\end{tabularx}
\end{table}
\end{Form}
\end{document}
I would like to create a table with 3 columns (test scenario, pass/fail, remarks) my problem is that I can’t create an empty choicemenu filed (a name must be given or all boxes will be treated as one- https://imgur.com/a/48MSEVf here I have named them numbers) in column 2 and have test scenario’s in column 1.
I tried scrapping the table and using choicemenu the right way and fill the test scenario’s in it’s name but then they are completely not aligned.
Code: Select all
\ChoiceMenu[radio]{short program}{\hspace{1cm}yes,\hspace{0.1cm} No}\\
\ChoiceMenu[radio]{longggggg name offff program}{\hspace{1cm}yes,\hspace{0.1cm} No}