HTML Form, variables not available
Posted: Fri Aug 19, 2016 3:29 pm
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
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
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>
What am I doing wrong?
Can somebody help me with this, please?
Thanks and kind regards,
Michael