Form page 2 does not load

How to fix a ChronoForms multi-page form where page 2 does not load.

Overview

The issue occurs when the Load event for page 2 is left empty, preventing it from displaying after submitting page 1.
Remove page 2 from the form and save it. If actions are needed after page 1, add them to the Submit event of page 1 instead.

Answered

Hello Im having some difficulty viewing page 2 of our our form.   

Private Attachment is only visible to Author & Moderators
Private Attachment is only visible to Author & Moderators
Max_admin Max_admin 30 Mar, 2026
Answer

Hi COC

Your page 2 Load event is empty and so you will get nothing when you submit page 1, remove page 2 and save the form and it should work fine.

if you need to run some actions when page 1 submits then add them to page 1 Submit event instead.

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

Hello,

What if we need multiple pages? Then if all the functionalities of that page gets deleted what should we do? i think the problem might be related with quick save. if quick save is pressed it seems the additional page works fine but then when closed and reopened it is not there.

Thanks.

Post a Reply