I need to include the data from the How Customer Found Us survey in the purchase report email. I've been working with variations of:
$report_user .= $form_data['name'].": ".$form_field['value']."n";
and arrived at:
$report_user .= TXT_WPSC_HOWCUSTOMERFINDUS.": ".$form_field['value']."n";
Does ANYONE know if this is the proper method? What goes in the second half? Am I on the right path?
