I wonder if the problem isnĀ“t that you've mixed style and values in the php.
Look at the array of parameters:
You have surrounded the value thanks.php with [b]. I don't think this is the place to style things. This is just a value that is used elsewhere in the code.
It should be:
"next_page" => "thanks.php",
Did that help?
Look at the array of parameters:
Code:
$params = array(
"submit_button" => "is_submitted",
"next_page" => "[b]thanks.php[/b]",
You have surrounded the value thanks.php with [b]. I don't think this is the place to style things. This is just a value that is used elsewhere in the code.
It should be:
"next_page" => "thanks.php",
Did that help?