Good day to you people!
I am trying this component and i have my form code like this :
<br />
<table width="90%" border="0" cellspacing="2" cellpadding="4">
<tr style="vertical-align: top">
<td>
<p class="StoryContentColor">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit?</p> <p class="StoryContentColor">
<label for="option1">Lorem:</label>
<input type="radio" id="option1" name="radiobutton1" value="radiobutton" />
<br />
<label for="option2">Ipsum: </label>
<input type="radio" id="option2" name="radiobutton2" value="Lorem" />
<br />
<label for="option3">Dolor: </label>
<input type="radio" id="option3" name="radiobutton3" value="Ipsum" />
<br />
<label for="option4">Other: </label>
<input type="radio" id="option4" name="radiobutton4" value="Dolor" />
<input type="text" id="otherinput" name="Other" value="other" />
<label for="otherinput">Please Specify</label>
</p> </td>
</tr>
<tr style="vertical-align: top">
<td> <input type="submit" name="Submit" value="Submit" /> </td>
</tr>
</table>
<p> </p>
<table width="90%" border="0" cellspacing="0" cellpadding="2" class="FooterColor">
<tr>
<td>
<p> </p> </td>
</tr>
</table>
on the demo site :
http://www.hosting-graphics.co.za/index.php?option=com_chronocontact&chronoformname=BookingFormChronoForms&Itemid=35
The form captures element settings in database but does not e-mail the actual form... Any clue what the problem could be ?
I have checked and made sure i have the e-mail addresses correct and valid. This server posts mail to my mailbox so i doubt it is going to the spam box or something silly...
Please help ?
I am trying this component and i have my form code like this :
<br />
<table width="90%" border="0" cellspacing="2" cellpadding="4">
<tr style="vertical-align: top">
<td>
<p class="StoryContentColor">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit?</p> <p class="StoryContentColor">
<label for="option1">Lorem:</label>
<input type="radio" id="option1" name="radiobutton1" value="radiobutton" />
<br />
<label for="option2">Ipsum: </label>
<input type="radio" id="option2" name="radiobutton2" value="Lorem" />
<br />
<label for="option3">Dolor: </label>
<input type="radio" id="option3" name="radiobutton3" value="Ipsum" />
<br />
<label for="option4">Other: </label>
<input type="radio" id="option4" name="radiobutton4" value="Dolor" />
<input type="text" id="otherinput" name="Other" value="other" />
<label for="otherinput">Please Specify</label>
</p> </td>
</tr>
<tr style="vertical-align: top">
<td> <input type="submit" name="Submit" value="Submit" /> </td>
</tr>
</table>
<p> </p>
<table width="90%" border="0" cellspacing="0" cellpadding="2" class="FooterColor">
<tr>
<td>
<p> </p> </td>
</tr>
</table>
on the demo site :
http://www.hosting-graphics.co.za/index.php?option=com_chronocontact&chronoformname=BookingFormChronoForms&Itemid=35
The form captures element settings in database but does not e-mail the actual form... Any clue what the problem could be ?
I have checked and made sure i have the e-mail addresses correct and valid. This server posts mail to my mailbox so i doubt it is going to the spam box or something silly...
Please help ?