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 ...