The official web hosting company for the BlueVoda Website Builder. You are currently viewing our support forum as a guest which gives you limited (read only) access. By joining our support forum you will be able to ask questions, participate in discussions and receive assistance. Registration is fast and simple. Click Here To Join our support forum today! We look forward to helping you build and publish a fantastic website.
1) Make your form into a php page.
2) Place this code so its before the <html> tag
<?
$define = $_GET['defined'];
if($define == "TRUE")
{
$subject = "This is the first predefined subject";
$message = "This is the first predefined subject";
}
?>
3) In the form field for the subject, set the "value" to "<?=$subject?>", and for the body set it to "<?=$message?>"
4) Make your link to the form http://www.yoursite.com/contact.php?defined=TRUE The text I highlighted in blue and red can be changed to whatever you want (as well as the green), but the blue and red has to match each other (whatever you change it to if you do change it, you don't have to change anything except the green).
I hope that helps
Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Comment