Page 1 of 1

HTML Form, variables not available

Posted: Fri Aug 19, 2016 3:29 pm
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

Re: HTML Form, variables not available

Posted: Fri Sep 16, 2016 1:26 pm
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