Hi all!!

I know this is for LyX, but if you could help me ...

I'm trying to create an PDF form from LaTeX.

The compiler process say to me this:

...
Sorry, HyperTeX does not support FORMs
Sorry, HyperTeX does not support FORM text fields
...

¿Any idea?

This is my LaTeX code:

\documentclass[10pt,spanish]{article}
\usepackage[T1]{times}
\usepackage{babel}
\usepackage[bookmarks=false]{hyperref}

\begin{document}

 \begin{Form}[action=mailto:[EMAIL PROTECTED],method=post]

  \TextField[width=3in,name=nombre,value={Adolfo Pachon}]{Introducza su
Nombre}
  \Submit{Send}
  \Reset{Clear}

 \end{Form}

\end{document}


Thanks

-- 


Adolfo Pachón
(Director Desarrollos).

Reply via email to