Hi, chronoform v3 was on the confirmation page, but can not find it on V4.
was removed in this version?
Thank
Hi d.ravasco,
I don't see anything there either. It's possible that you could get the same effect by using the Event Loop action to redisplay the form.
Bob
Hi d.ravasco,
Yes, this one is not yet available.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Maybe by the next version!🙂
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This feature has been finished and is available in the new RC1.7 (not yet public)
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Good, will wait new release.
Thanks.
Hi d.ravasco ,
Max released CFv4 RC1.7 over the weekend; you can download it now.
Bob
Thanks, i download and try it on week.
Good work
i try confirmation page but have problem (I have active "display button").
If i click submit or cancel the component reload a empty form and display captcha message.
Thanks
Hi d.ravasco,
I think that the Confirmation Page Action should be placed **after** the Check Captchsa Action (and not in it's onSuccess event). You will still see the error message if you hit cancel though :-(
I think that there is another problem with the action though - it doesn't appear to pass on the form data when you hit submit :-(
Bob
If insert the confirmation page after captcha control then response is wrong for submit and for cancel.
Thanks
Hi d.ravasco ,
How is it wrong for submit? It looks ON on my test form here.
Bob
I enclose html code and property of my test (joomla.txt) and the view of response.
On step 1 insert a value on textbox but when click cancel on confirmation page (step 2) then form is empty (step 3).
What i forget in the pattern?
Thanks
[attachment=1]joomla01.jpg[/attachment]
[attachment=0]joomla02.jpg[/attachment]
[attachment=2]JOOMLA.txt[/attachment]
Hi d.ravasco,
You mean that your form data is not republished after a "Cancel" is clicked ?
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi, on version 3, if i not set "Republish fields if error occured" to "Try to republish", when click cancel on confermation page i lost my data. on new version not find this option and so i lost my data.
Hi d.ravasco ,
It's the first option on the Show HTML Action configuration.
Bob
ok. i haven't see show html option.
Now if i set on "event loop" property the "target event: on submit", when click "cancel" on confirmation page display thie error: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 40961 bytes) in C:\xampp\htdocs\scitalia\components\com_chronoforms\libraries\chronoform.php on line 159.
Thanks
Hi d.ravasco,
I think that's because you've created an infinite loop. You want the default 'onLoad' in the target event to re-show the form.
Bob
I'm having a similar problem as the OP. I have my form set to display a confirmation page after submitting as shown in the screenshot: [attachment=1]Events.png[/attachment]
However, after clicking either "confirm" or "back," it sends me back to a blank version of my form complete with a Captcha validation error: [attachment=0]Error.png[/attachment]
I'm running V4 RC1.8 on Joomla 1.6.1 (I'm about to update to 1.6.3, but I'm guessing that won't help with this particular issue).
I just started using V4, so it's entirely possible it's just due to the learning curve, but if it's a bug I wanted to put this out there as a recurring problem. Thanks for any help!
with version 3 confirmation page work well but on new version i not find solution so i remove confermation page
Well, that's disappointing. I also tried using ReCaptcha instead of Captcha, and the same thing happens. To me, that makes it seem like there should be some way to fix it, but maybe not... I hope there is!
@cgoodwin, please remove the "Check Captcha" action from the "On Submit" event and test the confirmation page only first, that would make it easier to find out what's wrong, if this doesn't work then please show us a screenshot for your "Confirmation page" settings.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
With "Check Captcha" (or "Check ReCaptcha") removed, it still sends me back to a blank form, but with no error message. It also doesn't send the emails or display the Thanks Message.
Here is how I have the Confirmation Page configured (as pictured above). [attachment=0]confpage.JPG[/attachment]
The interior settings just show my code for the confirmation message (the form information with curly brackets for the data). The only option in there is to show the buttons or not. The problem happens whether I have that set to yes or no (with custom buttons).
The URL that displays when the Confirmation Page is visible ends with "&event=submit" and remains that way when it returns to the blank form (with or without the error message). Not knowing a lot about the internal workings of the component, could that be causing it to still call events from the original form?
Hi cgoodwin,
You are testing on RC1.8, right ? please take a backup for this form and send it to me through the "Contact Us" page and I will test it here to see what's wrong exactly.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I am on RC1.8. There doesn't seem to be a place to attach a file on the "Contact Us" page. I tried to PM you, but it said it didn't allow files with the .cf4bak extension. Is there another way to send it?
Thanks again.
Hi cgoodwin,
If you zip the file you can PM it or attach it it a post here.
Bob
Hi cgoodwin,
You had an "Event loop" pointing to the "On Load" under the "On Confirm" event of the "Confirmation page", this was causing problems, I didn't observe this in your screenshot.
once its removed, the form works ok, but the form data are not reloaded when you click the "back" button, this is because the form data array is reset because there are no fields in the confirmation page itself to reload the data, the solution to this is to add a "Data to Session" action under the confirmation page "on show" event (I had to create this event now, I will send you the patch for that), then add a "Session to Data" event under the form's "On Load" event.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Thanks for the patch (and the Session Data guidance - I was trying to get that to work, but it's new to me and I wasn't sure how)! The form now reloads the form data . However, the ReCaptcha error still occurs, so it returns to the form (with the error message) rather than sending the emails and displaying the Thanks Message. I forgot to take out that Event Loop; I had tried it as a solution to the problem when I was messing around with it. So it still happens even without that.
If I disable "Check ReCaptcha," it works, so I guess it's an issue with that (Captcha, too).
Thanks!
Hi cgoodwin,
because of how both the "confirmation page" and the "captcha" work, you can't use both on the same event, unfortunately.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.