Sep 29th, 2011, 11:20 AM
Aha!
Now it prints all the good stuff!
Now it prints all the good stuff!
Quote:Array ( [has_been_modified] => 1 [account_type] => admin [account_id] => 1 [first_name] => Alex [last_name] => H )
(Sep 29th, 2011, 11:12 AM)Ben Wrote: Hey Alex,
Was this exactly as you added it to your page?
PHP Code:<?php
$form_id = form_16;
$submission_id = id;
If so, change the first line to read:
PHP Code:
<?php
$form_id = 16;
