I'm not really sure if this is a bug, but it looks so.
I'm trying to recreate one of my old CF6 forms and it's pretty simple:
- it gets some value inside URL request (GET)
- it looks in DB for this value
- IF it finds value there ("found" part of DB action), it shows one "page" of same form
- IF NOT ("not_found" part of DB action), shows another "page" of same form.
To achieve that it's obvious i have to use "Advanced">"Page Loader" action.
But it works strange:
- IF the "page" which I want to be shown is INSIDE same "Page Group", action fails and I'm getting all kinds of errors from 500 to timeout etc
- BUT IF I place same pages to ANOTHER "Page Group" - it works as intended.
SO, QUESTION IS: how to load particular page WITHIN same "Page Group"?
(I don't really want to overload my form with excessive items, and same logic perfectly worked in CF6)
Additional info:
Both "Page Groups" are "Standalone" type
CF7 (validated), J!4, php8
I'm trying to recreate one of my old CF6 forms and it's pretty simple:
- it gets some value inside URL request (GET)
- it looks in DB for this value
- IF it finds value there ("found" part of DB action), it shows one "page" of same form
- IF NOT ("not_found" part of DB action), shows another "page" of same form.
To achieve that it's obvious i have to use "Advanced">"Page Loader" action.
But it works strange:
- IF the "page" which I want to be shown is INSIDE same "Page Group", action fails and I'm getting all kinds of errors from 500 to timeout etc
- BUT IF I place same pages to ANOTHER "Page Group" - it works as intended.
SO, QUESTION IS: how to load particular page WITHIN same "Page Group"?
(I don't really want to overload my form with excessive items, and same logic perfectly worked in CF6)
Additional info:
Both "Page Groups" are "Standalone" type
CF7 (validated), J!4, php8