I have a PHP file that process my form and sends an email. the email sends fine, no errors, sends all of the text but not the actual form data. for example:
Parent First Name: $ParentFirstName
email results are:
Parent First Name:
I’ve double checked the input variable name.
My web host is set up for PHP
I appreciate any help with this. Good with HTML but PHP is new to me.