Forums

Form not sending email

orthodoxkohen 19 Mar, 2009
Form location is: http://65.254.66.20/index.php?option=com_chronocontact&Itemid=30

I checked site FAQ and I've used the wizard to create the email I think perhapse my 2 possible problems are:
1. I used the select box to create multiple destination emails like in the faq #31 on the http://www.chronoengine.com/ site. 2. I skipped putting in a "to" field in the email section.

I've posted the Debug Info Below.

Form passed first SPAM check OK
Form passed the submissions limit (if enabled) OK
Form passed the Image verification (if enabled) OK
Form passed the server side validation (if enabled) OK
Form passed the plugins step (if enabled) OK
Emails data loaded OK
Form passed all before email code evaluation OK
Debug End
_POST: Array ( [text_7] => Test [text_6] => [email]orthodoxkohen@gmail.com[/email] [text_5] => 4144490553 [select_10] => Webmaster [text_3] => Test 8 [36bacff63c065931f7f811b56f0b0e02] => 1 )



Any help would be greatly appreciated.

😟 Bryan
GreyHead 19 Mar, 2009
Hi Bryan,

If there is no To field (or value) then no emails will be sent.[sendfb][/sendfb]
Bob
Max_admin 19 Mar, 2009
Hi Bryan,

and from your Debug results its clear that emails are not enabled, did you check the Chronoforms tutorials under the downloads section ?

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
dlesmana 23 Mar, 2009
I am using Chronoforms for the first time.

I also have same problem that I can not receive the incoming email, and also already turn on Debug:

POST: Array ( [text_2] => David Lesmana [text_12] => dlesmana [text_9] => [email]tutoraplus@yahoo.com[/email] [text_10] => d123VIDL [text_11] => d123VIDL [text_14] => Jakarta/ 22 Okt 1976 [text_4] => s1 [text_6] => Jl Mangga 26 [6b963e472dcc5748006ceff93b64d488] => 1 )
E-mail message

From: Admin [tutoraplus@yahoo.com]
To: [email]user@example.com[/email]
Subject: Pendaftaran

Terima Kasih atas perhatiannya...


The link of my test form is:
http://www.freelance.byteact.com/folio/index.php?option=com_chronocontact&task=send&chronoformname=booking

May I know what's going on about my case?

Appreciate for your support.

regards,
David
GreyHead 23 Mar, 2009
Hi dlesmana,

Please (a) use different From & To Email addresses - both are [email]tutoraplus@yahoo.com[/email] here and (b) use a From Email address that matches your domain like [email]admin@mysite.com[/email]

Bob
dlesmana 24 Mar, 2009
Hi Grey Head,

I still confuse that I can not send email through my form. I have already fill up the Admin Mail based on your recommended.
Could you please guide me how is the next step to solve this case...?

My Test Form link is: http://www.freelance.byteact.com/folio/index.php?option=com_chronocontact&chronoformname=booking

I still get this error code:

_POST: Array ( [text_2] => David Lesmana [text_12] => dasdadsasdsa [text_9] => [email]djxxxxxxx@yahoo.com[/email] [text_10] => D123vidl [text_11] => D123vidl [text_14] => Jakarta/ 22 Okt 1976 [text_4] => S1 [text_6] => sasadsasadsada [45d67bca985e54652c4e14b9c9027849] => 1 )
E-mail message

From: Admin [info@freelance.xxxxxxxx.com]
To:
Subject: Pendaftaran

Terima Kasih atas perhatiannya...


Submitted by 125.160.178.106


Form Code:
<div class="form_item">
  <div class="form_element cf_heading">
    <h1 class="cf_text">Pendaftaran</h1>
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">Nama Lengkap</label>
    <input class="cf_inputbox" maxlength="150" size="30" id="text_2" name="text_2" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">Username *</label>
    <input class="cf_inputbox required" maxlength="150" size="30" id="text_12" name="text_12" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">Email Address *</label>
    <input class="cf_inputbox required" maxlength="150" size="30" id="text_9" name="text_9" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_password">
    <label class="cf_label">Password *</label>
    <input class="cf_inputbox required" maxlength="150" size="30" id="text_10" name="text_10" type="password" />
    
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_password">
    <label class="cf_label">Confirm Password *</label>
    <input class="cf_inputbox required" maxlength="150" size="30" id="text_11" name="text_11" type="password" />
    
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">Tempat / Tgl Lahir</label>
    <input class="cf_inputbox" maxlength="150" size="30" id="text_14" name="text_14" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">Pendidikan</label>
    <input class="cf_inputbox" maxlength="150" size="30" id="text_4" name="text_4" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">Alamat Lengkap</label>
    <input class="cf_inputbox" maxlength="150" size="30" id="text_6" name="text_6" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_fileupload">
    <label class="cf_label">Upload</label>
    <input class="cf_fileinput" size="20" id="file_11" name="file_11" type="file" />
    
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_button">
    <input value="Submit" type="submit" />
  </div>
  <div class="clear"> </div>
</div>
GreyHead 24 Mar, 2009
Hi dlesmana,

That is the DeBug code that you see when DeBug is turned on in the Form General Tab.

You have no To address set - see here

From: Admin [info@freelance.xxxxxx.com]
To:
Subject: Pendaftaran



Bob
This topic is locked and no more replies can be posted.