new to php and need to code for a form submit to email. I think i have my text fields correct i am having trouble with the radio group:
Here is html for one of my radio groups:

here is my current data variables for text fields:

I was thinking that perhaps this would work??
$foodquality = $_POST['fq1'];
$foodquality = $_POST['fq2'];
$foodquality = $_POST['fq3'];
$foodquality = $_POST['fq4'];
$foodquality = $_POST['fq5'];
any help would be grately appreciated.
Anthony


