I was following all the tutorial indications but the email is NOT sent:
http://www.tartabini.com/cms/contattaci-prenotazioni.html
The Joomla standard form works fine...
http://www.tartabini.com/cms/contattaci-prenotazioni.html
The Joomla standard form works fine...
Hi Miecchi,
If you look at the Emails column in the ChronoForms Forms Manager what do you see by this form name?
Bob
If you look at the Emails column in the ChronoForms Forms Manager what do you see by this form name?
Bob
Hi Bob, thanks for answering!
Max
The Email column is showing:
Enabled:1
Disabled:0
Form name: Prenotazioni
Email the results: yes
Email Format: HTML
Record IP: Yes
Enabled: Yes
Use Template Editor: Yes
Enable Attachments: Yes
Form code:
Max
The Email column is showing:
Enabled:1
Disabled:0
Form name: Prenotazioni
Email the results: yes
Email Format: HTML
Record IP: Yes
Enabled: Yes
Use Template Editor: Yes
Enable Attachments: Yes
Form code:
<div class="form_item">
<div class="form_element cf_heading">
<h2 class="cf_text">Prenotazione camere</h2>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Nome e cognome</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="" id="text_7" name="text_7" type="text" />
</div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Ditta</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_8" name="text_8" type="text" />
</div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Indirizzo</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="" id="text_9" name="text_9" type="text" />
</div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Telefono</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="" id="text_10" name="text_10" type="text" />
</div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Fax</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_11" name="text_11" type="text" />
</div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Email</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="" id="text_12" name="text_12" type="text" />
</div>
</div>
<div class="form_item">
<div class="form_element cf_dropdown">
<label class="cf_label" style="width: 150px;">Evento</label>
<select class="cf_inputbox validate-selection" id="select_3" size="1" title="" name="select_3">
<option value="">Scegli</option>
<option value="Convegno">Convegno</option>
<option value="Matrimonio">Matrimonio</option>
<option value="Comunione">Comunione</option>
<option value="Cresima">Cresima</option>
<option value="Battesimo">Battesimo</option>
</select>
</div>
</div>
<div class="form_item">
<div class="form_element cf_datetimepicker">
<label class="cf_label" style="width: 150px;">Dal</label>
<input class="cf_datetime" title="" size="20" id="date_1" name="date_1" type="text" />
</div>
</div>
<div class="form_item">
<div class="form_element cf_datetimepicker">
<label class="cf_label" style="width: 150px;">Al</label>
<input class="cf_datetime" title="" size="20" id="date_2" name="date_2" type="text" />
</div>
</div>
<div class="form_item">
<div class="form_element cf_radiobutton">
<label class="cf_label" style="width: 150px;">Adulti</label>
<div class="float_left">
<input value="1" title="" class="radio validate-one-required" id="radio00" name="radio0" type="radio" />
<label for="radio00" class="radio_label">1</label>
<br />
<input value="2" title="" class="radio validate-one-required" id="radio01" name="radio0" type="radio" />
<label for="radio01" class="radio_label">2</label>
<br />
<input value="3" title="" class="radio validate-one-required" id="radio02" name="radio0" type="radio" />
<label for="radio02" class="radio_label">3</label>
<br />
<input value="4" title="" class="radio validate-one-required" id="radio03" name="radio0" type="radio" />
<label for="radio03" class="radio_label">4</label>
<br />
<input value="5" title="" class="radio validate-one-required" id="radio04" name="radio0" type="radio" />
<label for="radio04" class="radio_label">5</label>
<br />
<input value="6" title="" class="radio validate-one-required" id="radio05" name="radio0" type="radio" />
<label for="radio05" class="radio_label">6</label>
<br />
</div>
</div>
</div>
<div class="form_item">
<div class="form_element cf_radiobutton">
<label class="cf_label" style="width: 150px;">Bambini</label>
<div class="float_left">
<input value="Nessuno" title="" class="radio validate-one-required" id="radio10" name="radio1" type="radio" />
<label for="radio10" class="radio_label">Nessuno</label>
<br />
<input value="1" title="" class="radio validate-one-required" id="radio11" name="radio1" type="radio" />
<label for="radio11" class="radio_label">1</label>
<br />
<input value="2" title="" class="radio validate-one-required" id="radio12" name="radio1" type="radio" />
<label for="radio12" class="radio_label">2</label>
<br />
<input value="3" title="" class="radio validate-one-required" id="radio13" name="radio1" type="radio" />
<label for="radio13" class="radio_label">3</label>
<br />
<input value="4" title="" class="radio validate-one-required" id="radio14" name="radio1" type="radio" />
<label for="radio14" class="radio_label">4</label>
<br />
<input value="5" title="" class="radio validate-one-required" id="radio15" name="radio1" type="radio" />
<label for="radio15" class="radio_label">5</label>
<br />
<input value="6" title="" class="radio validate-one-required" id="radio16" name="radio1" type="radio" />
<label for="radio16" class="radio_label">6</label>
<br />
</div>
</div>
</div>
<div class="form_item">
<div class="form_element cf_textarea">
<label class="cf_label" style="width: 150px;">Richieste particolari</label>
<textarea class="cf_inputbox" rows="3" id="text_6" title="" cols="30" name="text_6"></textarea>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_button">
<input value="Invia" name="button_13" type="submit" />
</div><div class="cfclear"> </div>
</div>
Hi Miecchi,
Great thank you. Now please turn Debug in the Form General Tab and submit the form. You should see a whole page of debug output. Please copy and paste the page here.
Bob
Great thank you. Now please turn Debug in the Form General Tab and submit the form. You should see a whole page of debug output. Please copy and paste the page here.
Bob
Debug activated, no page opened!
I'm using the latest version of Firefox on a Mac.
If you want, I can activate for you an Admin account at the page.
Thanks again for your time.
I'm using the latest version of Firefox on a Mac.
If you want, I can activate for you an Admin account at the page.
Thanks again for your time.
This topic is locked and no more replies can be posted.