Mollie payment module

How to install and use the Mollie payment module in ChronoForms, including handling SEO mode issues.

Overview

The problem is that the Mollie payment module lacks clear documentation, and its listener fails when SEO mode removes index.php from URLs, preventing multipage form access.
Refer to the ChronoForms forum topic for installation details and demo form. For SEO mode, access multipage form pages by appending a chronopage parameter to the form URL, ensuring each page has a distinct Page Group to allow page hopping.

Answered
ChronoForms v8
Fl Flamingo 08 May, 2026

Is there any information available about the Mollie payment module, e.g., what are the requirements for it to work, and how do I install it? My installation was successful, but I can't find any of the components anywhere.

Max_admin Max_admin 08 May, 2026

Hi Flamingo

A forum topic on the Mollie payment action for ChronoForms v8 is here:

https://www.chronoengine.com/forums/topics/view/110815/payments-library-mollie-payment#p404665

And there is a demo form attached on the post at the link above with some helpful screenshots.

What other info do you need ?

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

Thank you Max for the helpful information. The example doesn't work if SEO (index.php removed) is used. In this situation, individual pages within a multipage form cannot be addressed.

Max_admin Max_admin 10 May, 2026

so you mean it works but in non SEO mode ?

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

I haven't tested the Mollie listener and implemented my own solution using PHP because I work with SEO. It's also easier to troubleshoot if communication with Mollie doesn't work initially. However, a Mollie listener is definitely useful.

Max_admin Max_admin 16d ago
Answer

Hi Flamingo

Apologies for the late reply

To answer your note, individual pages within a form can be accessed whether you are in SEO or not, if in SEO and form URL is:

/my/form/url

then any page can be accessed like:

/my/form/url?chronopage=page-alias

Just make sure that page has a different Page Group, otherwise the form does not allow page hopping

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