Numeric Field in PDF Form changes numeric value in $_POST

238 views Asked by At

I'm using an Adobe Form created in Livecycle ES2 and a PHP script to enter data into a mysql database. For some reason the number I enter into the form and the number being sent via $_POST are different. I have never come across this before. Can anyone let me know why this is happening. I'm able to change the form field to text and it works fine though then I also have to change the db field to varchar which isn't really the proper way of storing a number.

I also need to add some of the numeric fields together and I don't want unintended consequences by changing the numeric fields to text fields.

Any help is greatly appreciated.

Justin

0

There are 0 answers