Hi
The context:
I have a Standalone new form.
In page 1, I put an Redirect element to Page2.
I create a link in one menu to display my form.
With J3, when I hit the link, the Page 2 form is displaying in the same page.
With J4, the Page 2 form is displaying in a new page. So, I can't assign a module on my link, and so on...
Redirect Action with J4 load in a new page!
Who have a soluce?
Thanks
The context:
I have a Standalone new form.
In page 1, I put an Redirect element to Page2.
I create a link in one menu to display my form.
With J3, when I hit the link, the Page 2 form is displaying in the same page.
With J4, the Page 2 form is displaying in a new page. So, I can't assign a module on my link, and so on...
Redirect Action with J4 load in a new page!
Who have a soluce?
Thanks
Bypassing the problem using URL rather call of Page2.
But it is not a good soluce...
But it is not a good soluce...
The "Redirect action" under Actions > Basics, works fine on J4, what do you mean by redirect here ?
Hi Max
Context: PHP 7.4 or PHP 8.0, Joomla 4.0.6, CF7 7.0.8
I mean that, in a standalone form, if I use a Redirect action toward another page of the same form, I lost Itemid and datas request.
Look at this link:
Itemid is lost. So the result is displayed in Home page.
Data request actv is also lost.
The same Form works very well with Joomla 3.
Context: PHP 7.4 or PHP 8.0, Joomla 4.0.6, CF7 7.0.8
I mean that, in a standalone form, if I use a Redirect action toward another page of the same form, I lost Itemid and datas request.
Look at this link:
https://www.j4.olympe-retraite-sportive.com/index.php/cyclisme-cyclotheque?view=form&actv=1010
Itemid is lost. So the result is displayed in Home page.
Data request actv is also lost.
Array
(
[chronoform] => form-27jan22-1552
[gpage] => end_page
[fbbcd8a17dd24d2ae60c42f76ee10905] => 1a5e9e05f121acdeda3ef050eb6465ba
[ece17982a7647789be1049d5c444f054] => e12343380065841e31dd996b7c2ef078
[joomla_user_state] => logged_in
)
The same Form works very well with Joomla 3.
Array
(
[chronoform] => form-27jan22-1552
[gpage] => end_page
[Itemid] => 1031
[option] => com_chronoforms7
[view] => form
[actv] => 1010
)
You need to login to be able to post a reply.