Kudose wrote: Unfourtunately, I don't have a knowledge stick.
If you're going to be insulting don't bother! How else am I going to learn if I don't ask?
I can usually pick things up with the right kind of assistance!
Now I understand what it means, I'm not sure on where to apply it and how it checks for the radio button selected. The radio buttons have the same Group name = CD, so would I replace $page = $POST['fromform']; to the radio button group name like this, $page = $POST['CD']; since that is what I need to check?
Then in the config section
// Result options
$header[0]="";
$footer[0]="";
$error_page[0]="";
$thanks_page[0]="http://www.redirectpage.com";
how would I tell it to use the results of the '$page = $_POST' section instead of the $thanks_page[0]=""?
Again your 'HELP' would be appreciated.