HTML Form, variables not available

Post Reply
mkis
Member
Posts: 23
Joined: Fri Oct 21, 2011 3:19 pm
Location: Ahaus, Germany
Contact:

HTML Form, variables not available

Post by mkis »

Hello,

we use Connect ALL 13.u3 Win.
I tried the new html form feature and created a html form as described in the help

Code: Select all

<html><head></head>
<body>
<form method="post">
<input type="text" name="field1" placeholder="Your Name" />
</br>
<input type="email" name="field2" placeholder="Email Address" />
</br>
<textarea name="field3" placeholder="Type your Message"></textarea>
</br>
<input type="submit" value="Send" name="Send" />             <!-- SUBMIT button --->
</form>
</body>
</html>
I open the preview and export in variables, but I cannot find the variables from the html form in e.g. the pdf-creation tab.
What am I doing wrong?
Can somebody help me with this, please?

Thanks and kind regards,
Michael
Michael Reiher

Re: HTML Form, variables not available

Post by Michael Reiher »

Michael,
The key is to make sure you fill out your form in the Job Ticket preview before "exporting for Variables". Once that is done, you should see the variables in the PDF Creation/Variable file name feature. If not, contact our support and we can sort it out for you.

Michael Reiher
Post Reply