@dualengine David, it’s possible the plugin is no longer compatible. I haven’t looked into this at all since I took over development of HTML Forms back in May. Before that, the last reference to swup.js is from September 2022.
Can you give me some more details about the issue(s) you’re having?
Hi, thanks for your quick reply. The form don’t send the info when the user click the send button.
Can you send me a URL to look at? Maybe the JavaScript file HTML Forms needs isn’t being loaded. There’s a code snippet to load it manually:
Manually Load HTML Forms JavaScript
add_action(
'wp_enqueue_scripts',
function() {
wp_enqueue_script( 'html-forms' );
},
90
);
https://htmlformsplugin.com/kb/code-snippets/
Finally i made it work with a swup.js plugin called Fors Plugin. I put the HTML code directly in my page and add data-swup-form attribute in the <form> tag. I need for the user to upload files with the form and i understant that this functionnality is only in the pro version. Can you manage to bring me a test version of the pro to check if i can make it worked with the swup.js plugin ?
thx.
Good to hear.
We’re not supposed to discuss premium or paid plugins here, which I think is a good rule, but you can email me directly:
support@htmlformsplugin.com