Here is a simple version of the macro:
Code: Select all
\newcommand{\formStep}[1]{
\begin{tabular}[t]{ll}
\ifnum{\value{#1}} %need to do if line only if "*" present in #1
& \color{red}{* Yell UTZ} \\
\\
\fi
\end{tabular}
}
%code in document
\formStep{2} // no line
\formStep{2*} // line