The form is dynamically built from a database read using a customers' selection from a previous page.
I planned on activating the automatic submission using an IF statement.
Code: Select all
if ($c == 1) auto submit code here
Thanks
Moderator: General Moderators
Code: Select all
if ($c == 1) auto submit code here