Sep 29th, 2011, 11:12 AM
Hey Alex,
Was this exactly as you added it to your page?
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;
