Hi
I have a form with severeal input fields:
I want to send all the data to a page, that creates a PDF out of the entered data
(1) Here is the Form: http://web422.login-1.hoststar.at/machform/view.php?id=1
(2) This should be the result after submitting (demo data)
http://web422.login-1.hoststar.at/schnappchen/tcpdf55/examples/schnaeppchen04.php
How can I send all the form data to the PHP (2) as parameter to be able to create the barcodepage ??
(my.php?field1=bla&field2=blbbla ....)
best regards Hannes