Dear Support, I curently recreating my website from Joomla 3 to Joomla 5. And from ChronoFrom 5 to CrhonoFrom 8. This is my php original code from V5.
It looks like $form->data changed to $this->data back in CFv6.
See https://www.chronoengine.com/forums/topics/view/103626/chronforms-v6-form-data
Instead of
$form->data['text6']
Try
$this->data['text6']
See https://www.chronoengine.com/forums/topics/view/103626/chronforms-v6-form-data
Instead of
$form->data['text6']
Try
$this->data['text6']
Please try the fix suggested by david3482
Thank you very much David, it is working now :-)
I have a new issue... the form is perfectly working on the preview, but I am getting a "Your session has timed out or your tried to access a wrong page." On the front-page website.
It is happening only if I am using the form more than once.
Must be about the loops... it was easier on the version 5 of Chronoform! :-/
Thank you again of helping me, I would never find alone.
Sylvain
I have a new issue... the form is perfectly working on the preview, but I am getting a "Your session has timed out or your tried to access a wrong page." On the front-page website.
It is happening only if I am using the form more than once.
Must be about the loops... it was easier on the version 5 of Chronoform! :-/
Thank you again of helping me, I would never find alone.
Sylvain
you display the same form "more than once" on the same page ? how do you do that ?
Dear Max,
Maybe I am not explaining correctly but this is Chronoform 5 configuration : https://www.certibru.com/images/looping_with_Chronoform5.jpg
I can click as many times as I want on the button "calculate the price", and I will always get a result.
I absolutely need to do this with Chronoform v8.
This is my actual Chronoform v8 config panel: : https://www.certibru.com/images/looping.png
Could you please tell me what to do?
I have 1 days left to finish my migration from Joomla 3 to Jommla 5.
Thank you very much
Sylvain
Maybe I am not explaining correctly but this is Chronoform 5 configuration : https://www.certibru.com/images/looping_with_Chronoform5.jpg
I can click as many times as I want on the button "calculate the price", and I will always get a result.
I absolutely need to do this with Chronoform v8.
This is my actual Chronoform v8 config panel: : https://www.certibru.com/images/looping.png
Could you please tell me what to do?
I have 1 days left to finish my migration from Joomla 3 to Jommla 5.
Thank you very much
Sylvain
Dear Max,
Can we please hire you to make this form for us?
We are really in trouble.
Thank you very much
Sylvain
Can we please hire you to make this form for us?
We are really in trouble.
Thank you very much
Sylvain
This is the closest I am from making it loop.
https://certibru.com/test
The calculus itself (in a php) is working already.
This is the Admin side
https://certibru.com/test
The calculus itself (in a php) is working already.
This is the Admin side


if I understand this correctly, you need the "Calculate" button to calculate the cost of the and show it to the user, correct ?
for this you need javascript code to show the "live" calculation (before the page is submitted), then you need PHP code to do the same once the form is submit so that the total is processed for your admin work (if you need that)
it's better if you explain in steps how the form should work, because you have a redirect to the first page again in the 2nd page ?
for this you need javascript code to show the "live" calculation (before the page is submitted), then you need PHP code to do the same once the form is submit so that the total is processed for your admin work (if you need that)
it's better if you explain in steps how the form should work, because you have a redirect to the first page again in the 2nd page ?
Thank you for your reply.
this is how it was setup in Chronoform 5:
Yes, I need the calculate button to calculate the cost and then show it to the user.
I want the user to be able to make the calculation as many times as he wants.
The second page is just a way I found to try to make it.
But I don't need this second page.
I don't understand how the page can loop on itself.
Should I give you admin access?
this is how it was setup in Chronoform 5:

Yes, I need the calculate button to calculate the cost and then show it to the user.
I want the user to be able to make the calculation as many times as he wants.
The second page is just a way I found to try to make it.
But I don't need this second page.
I don't understand how the page can loop on itself.
Should I give you admin access?
Could you please tell me what option I should use to remplace the "Event loop" I had in Chronoform 5?
Dear Max,
Can we please hire you to make this form for us?
We are really in trouble.
Thank you very much
Sylvain
Can we please hire you to make this form for us?
We are really in trouble.
Thank you very much
Sylvain
Dear Max,
Can we please hire you to make this form for us?
We are really in trouble.
Thank you very much
Sylvain
Can we please hire you to make this form for us?
We are really in trouble.
Thank you very much
Sylvain
I have replied to your email
You need to login to be able to post a reply.