I have a form with fields that a user will fill out. When the person hits submit, I want the data that the person filled in to be written to a database via the web...databaseinput.asp.
I have tried everything I can find to get this to work. I can not get any data from the form to populate either a database or to even be written to an HTML page. I have a standard databaseinput.html page that posts the data to the databaseinput.asp page just fine, but I get nothing when I try to get data out of the PDF.
I see countless others who have asked this same question with very few responses. I know I need to create the interactive PDF, have a submit button that goes to a *.asp page where the "data" is then validated and put into the database. Either my form is setup wrong, or my asp code is not right to receive the PDF field data.
I am using Request.Form("txtAddress") in databaseinput.asp with txtAddress being the PDF fields binding name.
Thanks!!
I have tried everything I can find to get this to work. I can not get any data from the form to populate either a database or to even be written to an HTML page. I have a standard databaseinput.html page that posts the data to the databaseinput.asp page just fine, but I get nothing when I try to get data out of the PDF.
I see countless others who have asked this same question with very few responses. I know I need to create the interactive PDF, have a submit button that goes to a *.asp page where the "data" is then validated and put into the database. Either my form is setup wrong, or my asp code is not right to receive the PDF field data.
I am using Request.Form("txtAddress") in databaseinput.asp with txtAddress being the PDF fields binding name.
Thanks!!