What I need to recreate (worked like a charm on CF6):
Data reads from DB,
then loop runs through results
each run shows another page of form, where there is some part of form, with elements based on DB read row
in CF7 I read data, I run loop in "found" part of READ DATA action, and in BODY part of loop I have PAGE LOADER that refers to that part of form that should be generated based on read data row. but PAGE LOADER loads that third page only ONCE ('stop processing' set to 'no'), despite loop runs through all results.
SO, HOW? Once again - that was simple and 100% working solution in CF6, but not in CF7..
It seems, you're again buried some important option/settings somewhere else.
Data reads from DB,
then loop runs through results
each run shows another page of form, where there is some part of form, with elements based on DB read row
in CF7 I read data, I run loop in "found" part of READ DATA action, and in BODY part of loop I have PAGE LOADER that refers to that part of form that should be generated based on read data row. but PAGE LOADER loads that third page only ONCE ('stop processing' set to 'no'), despite loop runs through all results.
SO, HOW? Once again - that was simple and 100% working solution in CF6, but not in CF7..
It seems, you're again buried some important option/settings somewhere else.