There are different sections...
about/
commercial/
domestic/
pest-control/
cleaning-products/
In each section, the client can add/remove pages within that section (each section has its own table)
Each page added is mod-rewritten dependent on its section
Each page has the callback panel on it so the success redirect will need to change dependent on section and page
At the moment there is only 1 callback panel added as an include so am wondering if each section will need its own call back panel so that the redirect will be specific to the section or if I can still use just the 1 panel and somehow work the success redirect in some way?