No records after redirect

How to prevent losing form records after a redirect.

Overview

The issue occurs because the redirect action interrupts the data saving process before it completes.
To resolve this, either set the redirect to be delayed or place the data logging or saving action before the redirect action in the form's action sequence.

Answered
PE PE2016 11 Aug, 2025

Hi Support-Team,

When we redirect our form to a new page after submission, it is not listed as a record in the backend. However, saving works correctly when using the message function. What adjustments need to be made in the actions to resolve this issue?

Thank you for your response.

Max_admin Max_admin 11 Aug, 2025
Answer

There are 2 solutions for this:

1- Set the Redirect to be delayed:

No records after redirect image 1

2- Use the Log Data action before the Redirect

if you are using a Save Data action to save then move it before the Redirect

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Post a Reply