[FX.php List] Simple form with fx.php
Troy Meyers
tcmeyers at troymeyers.com
Fri Jan 9 11:22:52 MST 2009
Patricia,
It may be going there, but if the </form> tag isn't recognized, then the input fields may not be transmitted. That's what I'm guessing is wrong.
To be sure, put:
<?php
echo "<pre>";
print_r ($_POST);
echo "</pre>";
?>
at the top of the receiving page so you can see if anything is being posted. The errors that you showed say nothing is.
-Troy
> I have it going to the confirmation page alright, but nothing I input on
> the form is being submitted. A new record is being created in FMP, but
> the only fields containing anything are the auto-enter fields.
>
> Argh!
More information about the FX.php_List
mailing list