Ive made a questionnair and everything works the way i want it besides the order of the information that get sends to my email.
MY PHP CODE:
<?php
function is_valid_email($from_email)
{
return preg_match('#^[a-z0-9.!\#$%&\'*+-/=?^_`{|}~]+@([0-9.]+|([^\s\'"<>]+\.+[a-z]{2,6}))$#si'...