I'm new to ChronoForms. Trying it out and getting used to what it allows.
I've got a very simple form built, and it submits, but nothing is sent.
But I'm getting this when I submit with it.
I've got a very simple form built, and it submits, but nothing is sent.
<table> <tbody> <tr> <td>Name:</td> <td><input name="name" size="30" type="text" /></td> </tr> <tr> <td>Phone Number:</td> <td><input name="phone" size="30" maxlength="10" type="text" /></td> <td> <p class="small grey"> 8162221234 </p> </td> </tr> <tr> <td colspan="3"><input class="submit_button" type="submit" value="Submit" /></td> </tr> </tbody> </table>
But I'm getting this when I submit with it.
_POST: Array ( [name] => Lance [phone] => 12343234 )
Case 2: Use template
E-mail: 'Yes' custom
Email not sent
E-mail message
From: Lance Gliser [lgliser@goetzedental.com]
To: [email]lgliser@goetzedental.com[/email]
Subject: Catalog Request
Lance has requested that you contact them in regards to ordering a catalog.
They can be reached at: 12343234
What would make it not send emails?
Case 2: Use template
E-mail: 'Yes' custom
Email not sent
E-mail message
From: Lance Gliser [lgliser@goetzedental.com]
To: [email]lgliser@goetzedental.com[/email]
Subject: Catalog Request
Lance has requested that you contact them in regards to ordering a catalog.
They can be reached at: 12343234