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
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
the form perfettamene worked yesterday, today it does not work no more
Can i helm me? I send a private message
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
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.
The form works perfectly for a month, because now no longer works?
You can configure a form directly to you I do not understand
I administrator receved email from: theaddressemail@fromvisitors ... understand????
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
I don't speak english
Step by step with image??
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
I haven't seen any problem with Joomla! 2.5.7 myself or reported here.
What error are you seeing?
Bob
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
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
The show message don't important, THE IMPORTANT IS SEND EMAIL
😲
http://www.chronoengine.com/faqs/2653-how-can-i-show-a-thanks-message-if-i-use-the-plug-in-or-module.html
I search a programmer joomla-crhonoform , resolving this problem
I pay a programmer
I don't a programmer
I suggested that you remove the Dynamic From Email setting. Have you done that?
Bob
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 :?
- 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?🙂
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
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
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
I read: http://www.chronoengine.com/faqs/2653-how-can-i-show-a-thanks-message-if-i-use-the-plug-in-or-module.html
THIS IS CORRECT??
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
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
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
The emails reached me correctly; if they didn't reach you they are probably in your spam folder.
Bob
