Hi @nonverbla,
The plugin is still maintained, I’ve just been inundated with client facing obligations so I haven’t had time to release new features.
Expect some updates to ship in 2026.
Cheers,
Phil
Good to hear! I have a question regarding the pro version of ACF Forms: I read on your blog that ACF Forms now support submitting forms via AJAX. That’s great to hear! Does it by any chance also support programmatically initializing forms in the context of a single page app, like e.g. tools like swup provide?
Contact Form 7 supports this by providing a public JS API function called wpcf7.init(form);.
Hi @nonverbla,
It probably won’t work like that at the moment, not without triggering some JS after page load to initialise the form. Something like what we currently trigger in our forms.js would be the first thing to try: https://github.com/advancedforms/advanced-forms/blob/1420ff8a72625b4962a7753d2f903ba6283f5ea7/assets/js/forms.js#L400-L404
Thanks for the links. I’ve added this to my list of things to look at for 2026.
Cheers,
Phil