need help again...LOL
Took off the radio buttons, added the combo box to choose white or black
seems like the radio buttons were not working right. They were coming as both white and black, no matter what I chose.
Besides, I think the combo goes with the order form better.
What do I need to change in the below script, to the background changing.
here is the script I uploaded from notepad, changed to php
<?php
// Receiving variables from the form
@$image = addslashes($_POST['image']);
@$text_color = addslashes($_POST['text_color']);
@$text_font = addslashes($_POST['text_font']);
@$name_to_add_with_image = addslashes($_POST['name_to_add_with_image']);
@$email = addslashes($_POST['email']);
@$comments = addslashes($_POST['comments']);
@$background= addslashes($_POST['background']);
//Sending Email
$pfw_header = "From: $email\n"
. "Reply-To: $email\n";
$pfw_subject = "Animated Sparkle Name Order";
$pfw_email_to = "
Graphics@fromtheheartofangels.com";
$pfw_message = "image: $image\n"
. "text_color: $text_color\n"
. "text_font: $text_font\n"
. "name_to_add_with_image: $name_to_add_with_image\n"
. "email: $email\n"
. "comments: $comments\n"
. "background: $background\n";
*****($pfw_email_to, $pfw_subject ,$pfw_message ,$pfw_header ) ;
header("Location: confirmation1.html");
?>
http://www.fromtheheartofangels.com/orderform.html
Also, the error page hasn't showed, if they ordered, and something wasn't right. Not showing on the website order form.
http://www.fromtheheartofangels.com/ordererror.html