Hi Folks,
I have searched the forum and cant find what i'm looking for. I basically need to list the form fields in the subject line.
I have the form fields Agent, Postcode, field, txname and contactid. I want them to appear in the subject line like this:
Subject: Agent Name: $Agent Postcode: $Postcode Description: field TXName: $txname Contact ID: $contactid
I found the following script:
but am having trouble modifying it for my requirements 😟
Can anyone help? 🙂
I have searched the forum and cant find what i'm looking for. I basically need to list the form fields in the subject line.
I have the form fields Agent, Postcode, field, txname and contactid. I want them to appear in the subject line like this:
Subject: Agent Name: $Agent Postcode: $Postcode Description: field TXName: $txname Contact ID: $contactid
I found the following script:
<?php
$rows[0]->emailsubject = "Contact ID:".$_POST['contactid']."".$_POST['Postcode']." how are you?";?>
but am having trouble modifying it for my requirements 😟
Can anyone help? 🙂