Forums

Errore send mail

ertos982 30 Oct, 2012
MAXIMUM EMERGENCY
I have a form that worked perfectly.
From now on I can not send data to email.

What has happened?
Is there an administrator who can access my administrator panel to solve the problem.

Thank you
GreyHead 30 Oct, 2012
Hi ertos982,

Please see this FAQ

If you don't already have one I suggest that you add a DB Save action before the Email action so that you have the data saved from any form submissions.

Bob
ertos982 30 Oct, 2012
I read FAQ

the form perfettamene worked yesterday, today it does not work no more

Can i helm me? I send a private message
GreyHead 30 Oct, 2012
Hi ertos982,

I haven't seen any PM from you.

Nothing has changed on ChronoForms unless you upgraded since yesterday so something has changed with your site or server settings. I suggest that you check with your webhost.

Bob
ertos982 30 Oct, 2012
Hi Greyhead

I send a email and private message

thank you
GreyHead 30 Oct, 2012
Hi ertos982,

From the FAQ you read:

In general do not use the Dynamic From Email address option; if the From address of your site does not match the site domain there is a much higher probability that your emails will be treated as spam. Instead use the Dynamic Reply To Email and Name options.


Please remove the Dynamic From Email settings.

Bob

PS I also noticed an invalid Dynamic Subject setting.
ertos982 30 Oct, 2012
I did not understand

The form works perfectly for a month, because now no longer works?

You can configure a form directly to you I do not understand
ertos982 30 Oct, 2012
the From Email address: is the email completing the form (visitors email personale)

I administrator receved email from: theaddressemail@fromvisitors ... understand????
GreyHead 30 Oct, 2012
Hi ertos982,

Please make the change I suggested.

As I said earlier something has changed on your site or your mail service to block your emails. It is common for mail services to block From Email addresses that do not match the site domain.

Bob
ertos982 30 Oct, 2012
You can write step by step amending should I do?
I don't speak english

Step by step with image??
ertos982 30 Oct, 2012
I create event Show Thanks Message

Why don't appear in the submit page??
ertos982 31 Oct, 2012
I have error

I send the form and a don't view Show message Why?
GreyHead 31 Oct, 2012
Hi ertos982,

For the email settings please see the video in this FAQ.

The Thank You message displays correctly if you use the Front End View link (though I suggest that you move the action after the Validation action). Please see this FAQ for a way to display it in an article.

Bob
ertos982 31 Oct, 2012
I view the article but i have the error

I remember that the module worked perfectly until Monday October 29

As of yesterday no longer works

May be some updating joomla?
is compatible with joomla 2.5.7?

Thank you
GreyHead 31 Oct, 2012
Hi ertos982,

I haven't seen any problem with Joomla! 2.5.7 myself or reported here.

What error are you seeing?

Bob
ertos982 31 Oct, 2012
The form can not send email

The form does not display the message has been sent

I sent you a private message with login beckend.

If you kind of check, otherwise I have to delete the form chronoform because it has a big bug

Thank you
GreyHead 31 Oct, 2012
Hi ertod982,

I already replied to that:

The Thank You message displays correctly if you use the Front End View link (though I suggest that you move the action after the Validation action). Please see this FAQ for a way to display it in an article.



Bob
ertos982 31 Oct, 2012
I delete Show message, but i don't send the email

The show message don't important, THE IMPORTANT IS SEND EMAIL

😲
GreyHead 31 Oct, 2012
Hi ertos982,

I suggested that you remove the Dynamic From Email setting. Have you done that?

Bob
ertos982 31 Oct, 2012
I need the dynamic because I have to create an e-mail response

But instead of losing two days to post to this forum because it does not enter the panel amministrazone and see for yourself the work?

Create a test form and do a test yourself

THE COMPONENT HAS A SERIOUS BUG IN VERSION 2.5.7 JOOMLA :?
ertos982 31 Oct, 2012
I did a lot of testing and found that
- In the admin panel if you click on the button TEST FORM The form works perfectly. (View image), send email and view message

- After if I insert the form in the article of the site with the code {chronoforms}name_form{chronoforms}, form does not send and does not work.

How can I fix this problem?🙂
GreyHead 31 Oct, 2012
Hi ertos982,

I've looked at your site, I've told you what I think the problem is and how to fix it. If you can't or won't try the fix please don't expect me to do it for you.

Bob
ertos982 31 Oct, 2012
I already did what you said and the result is negative

Thank you
GreyHead 31 Oct, 2012
Hi ertos982,

I just checked and on the tour_naturalistico_ita form you still have the Dynamic From Email set and I don't see the to help with the Thank you message display.

Bob
ertos982 31 Oct, 2012
View the form tour_culturale_ita

the test are in this form
ertos982 31 Oct, 2012
Dear GreyHead

I uninstalled chronoform + + module plugin

I downloaded and installed chronoform

I have the error: the Show Thanks Message don't view in the page web site, but view in the Frontend view

Can i help you

This is a BUG WITH JOOMLA 2.5.7


ertos982 01 Nov, 2012
Can i help me???

The image are correct???
ertos982 01 Nov, 2012
I have a site in joomla 2.5.7

I installed CHRONOFORM

I created a form and added to a form in an article

The form after clicking on the SUBMIT button does not send the email content and not view
Show Thanks Message

I READ THE FAQ: http://www.chronoengine.com/faqs/2653-how-can-i-show-a-thanks-message-if-i-use-the-plug-in-or-module.html

View IMAGE FAQ.JPG

1 step --> VIEW IMAGE FAQ_01.JPG
Insert this code in CUSTOM CODE (8)
<?php
$session =& JFactory::getSession();
$form_id =& $form->form_details->id;
$session->set( 'cf_submitted_'.$form_id, '1' );
?>


2 step --> VIEW IMAGE FAQ_02.JPG
Inserti this code in Custom Serverside Validation (15)
<?php
$session =& JFactory::getSession();
$form_id =& $form->form_details->id;
$check = $session->get( 'cf_submitted_'.$form_id, '0' );
if ( $check ) {
  return false;
}
?>


3 step --> VIEW IMAGE FAQ_03.JPG
Insert Show Thanks Message and a Show Stoppe (16-17)

i tried the form, but nothing works

I don't understand, i send a 4 image because I am Italian and I don't speak english

Can i help me?? Thank you
ertos982 01 Nov, 2012
image faq_03.jpg
GreyHead 01 Nov, 2012
Hi erto982,

I made a copy of your form at tour_culturale_ita-Copy

I set the Static From Name and Email boxes and added Dynamic Reply To Name and Email values as described in the FAQ. This works, an email is sent.

There is a problem with two Reply To addresses being shown in the Email because of a Joomla! bug. It's not a serious problem. Please see this FAQ for more info.

I moved the Custom Serverside Validation action *before* the Show HTML action; and it looks as though that is now working correctly as well.

Bob
ertos982 01 Nov, 2012
Hi GreyHead

I set the Static From Name and Email boxes and added Dynamic Reply To Name and Email values as described in the FAQ. This works, an email is sent.



Where send the email? I don't receve email.

THE SHOW MESSAGE NOT APPEARS

I don't understand

I SEARCH A PROGRAMMER FREELANCE , I PAYMENT THIS WORK

THIS BUG IS DIFFICULT FOR ME
GreyHead 01 Nov, 2012
Hi ertos982,

The emails reached me correctly; if they didn't reach you they are probably in your spam folder.

Bob
ertos982 01 Nov, 2012
I don't receved email in info@v...... .com or prenota@v.......com 😢
ertos982 01 Nov, 2012
Where is the Show message????
ertos982 01 Nov, 2012
I install CRHONOFORM in a NEW WEB SITE JOOMA 2.5.7 and it is ok.

I don't understand, i send a private message
This topic is locked and no more replies can be posted.