• Resolved David FLOUTIER

    (@dualengine)


    Hi everybody. Apparently this plugin is compatible with swup.js but i cant manage to make it worked.

    Can anybody help me to do it.

    Thx

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Link Software LLC

    (@linksoftware)

    @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?

    Thread Starter David FLOUTIER

    (@dualengine)

    Hi, thanks for your quick reply. The form don’t send the info when the user click the send button.

    Plugin Author Link Software LLC

    (@linksoftware)

    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/

    Thread Starter David FLOUTIER

    (@dualengine)

    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.

    Plugin Author Link Software LLC

    (@linksoftware)

    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

    Thread Starter David FLOUTIER

    (@dualengine)

    I send you an email.

    thx

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘HOW TO USE WITH SWUP.JS’ is closed to new replies.