Hi Admin,
I'm so new on Chrono Engine! I just found out about this and I’m really excited to use it!
I’m running Joomla 1.5 and I download and install both below files:
"ChronoForms_Bot_V_0.5" & "2.5 J1.5 RC1"
I copied and past my cods from my HTML Editor and applied the CSS.
(Exact the way is teaching in Chrono Engin Tutorials)
The form is running perfectly in front page! (No Error or any Messages)
I test it and submit the form couple of times to see if it’s working, and also I checked my Data Tables that if is recoding, which it does; But unfortunately I don’t receive any of my submissions emails????
I checked all the troubleshoot sections of “Some common problems FAQ/My e-mails aren't being sentâ€.
I can receive and email from an Article and so on, But not from the “Chrono Enginâ€.
Any Idea???<br><br>Post edited by: laktik, at: 2007/10/31 04:52
Sorry, my initial response was totally off. I deleted it..🙂
Emails sent by my joomla are *always* caught by my gmail spam filter. Make sure to check your spam - maybe that is where your mails are..
Max<br><br>Post edited by: magli, at: 2007/10/31 13:16
Hi laktik,
Yes, please try with a gmail account and check the spam folder!
any news ?
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Guys,
Thanks for your Responds!
I did check my spam folder in gmail as well as my web hosting mail server.
Unfortunately there are no emails from the site as a spam!!!!
I just found out about the Chrono Engin License!
Do I need to purchase that in order to make my form active?
I would be happy to purchase that, but first, I need to make sure that it will work!
I really don’t know what to do? :unsure:
Laktik
Hi Laktik,
No, you don't need a license to get the emails sent, there is some issue and we need to solve it, please post your html code and a screen shot for the general tab and assure that you don't have anything in the "form action URL" field
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hey Max,
I Attached the snapshot and This is my Form HTML Code:
table border="0" cellpadding="5" cellspacing="1" width="100%">
<tbody>
<tr>
<td align="right"> Your Name: <font color="red">*</font> </td>
<td align="left">Â
<label>
<input type="text" name="yourname" id="yourname">
</label></td>
</tr>
<tr>
<td align="right"> Your email: <font color="red">*</font> </td>
<td align="left">Â
<input type="text" name="email" id="email"></td>
</tr>
<tr>
<td align="right"> Phone Number: <font color="red">*</font> </td>
<td align="left">Â
<input type="text" name="phone" id="phone"></td>
</tr>
<tr>
<td align="right"> Meet Date: <font color="red">*</font> </td>
<td align="left"><select id="month" name="month">
<option value="January">January</option>
<option value="February">February</option>
<option value="March">March</option>
<option value="April">April</option>
<option value="May">May</option>
<option value="June">June</option>
<option value="July">July</option>
<option value="August">August</option>
<option value="September">September</option>
<option value="October" selected="selected">October</option>
<option value="November">November</option>
<option value="December">December</option>
</select>
<select id="day" name="day">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30" selected="selected">30</option>
<option value="31">31</option>
</select>
<select id="year" name="year">
<option value="2007">2007</option>
<option value="2008">2008</option>
<option value="2009">2009</option>
<option value="2010">2010</option>
<option value="2011">2011</option>
<option value="2012">2012</option>
<option value="2013">2013</option>
<option value="2014">2014</option>
<option value="2015">2015</option>
<option value="2016">2016</option>
<option value="2017">2017</option>
</select> </td>
</tr>
<tr>
<td align="right"> Preferred Time: <font color="red">*</font> </td>
<td align="left">Â
<input name="preferredtime" value="Morning" type="radio">
 Morning Â
<input name="preferredtime" value="Midday" type="radio">  Midday Â
<input name="preferredtime" value="Afternoon" type="radio">
 Afternoon </td>
</tr>
<tr>
<td align="right"> Additional Info: </td>
<td align="left">Â
<textarea name="text_area" id="text_area" cols="45" rows="5"></textarea>
<br></td>
</tr>
<tr>
<td colspan="2" align="right"><input name="inbut" type="submit" class="button" value="Send"> </td>
</tr>
</tbody>
</table>
Post edited by: laktik, at: 2007/11/01 03:37
Post edited by: laktik, at: 2007/11/01 03:39<br><br>Post edited by: laktik, at: 2007/11/01 03:40
Hi Laktik,
Please remove the word "on" from the form tag attachment field, this is invalid, also remove the space before the email at the "from email" field!
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I Removed "on" and "space" but still no luck!:(
Enable teh debug, doesi t tell, email sent ? or not sent ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I Enable the Debug, but it does not say anything! No Message!
is this form online ? whats the url ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
here is the url for this form:<br><br>Post edited by: laktik, at: 2007/11/01 04:47
Please remove teh redirect url so u can see the debug🙂
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Redirect URL has been removed!:)
Oh, you dont have "sending emails enabled"🙂
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
but i can send an emailf rom an Article!:blink:
is that something else that i need to active that?
i changed the "Email the results ?" to "yes" and now i recieve the emails but blank:laugh:
Never mind!
I found out!
i had my "In which format to send the results email" sections on "my template" and i changed it to "fildes title" and it works.:woohoo:
"You’re awesome MAX";)
Thank you for your all hard work and your help.
Great news!!🙂
Sincerely,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi laktik,
Is your site published? If so then I'd suggest that you let Max or me look at the site admin to see if we can spot a problem. You can send logon info to Max with the contact form here or to me at info at greyhead.net
Bob
Hey Bob,
Thanks for your time!
Max and I, already found the problem and Fixed.Now the form works perfectly.
cheers
Laktik