Expand my Community achievements bar.

PDF forms and PHP

Avatar

Former Community Member

Hello!

I've build a PDF Form and, after extending it with Reader Extension, tested it sending form data to a PHP file, where info is being retrieved via $_POST.

The idea is to save the info in a database.

It worked, but it also opens the php file in the browser; I don't want this to happen, all I want is to save the data and that's it.

I used an http submit button from the objects panel.

What do I do to solve it? Should I use Javascript to make it work the way I want?

Thank you for any hints.

Marcos

1 Reply

Avatar

Level 10

Can you write a PHP Web Service and consume the data? Thereby you can suppress opening the PHP file in a browser.

Nith