Hi everyone: I have a form that will submit but won't show any data. No errors though. Does the syntax suggest anything right off the bat? It was working well until I broke up the $msgbody vertically for ease of reading. Thx
$msgbody = ;
"Referred by = " . $referredby;
"<br>";
"Your Full Name = " . $fromname;
"<br>";
"Your Street Address = " . $street;
"<br>";
"City = " . $city;
"<br>";
"State = " . $state;
"<br>";
"Zip Code = " . $zip;
"<br>";
"Your home telephone number (xxx-xxx-xxxx) = " . $homephone;
"<br>";