Forum Replies Created

Viewing 15 posts - 1 through 15 (of 57 total)
  • Author
    Posts
  • in reply to: Duplicate group? #20477
    support
    Moderator

    Hi,

    We are working hard on the new version of Quform and hope to release it soon. I can’t give a date yet, but stay tunned for more information !

    Regards,

    Félix

    in reply to: progress bar near send button #20476
    support
    Moderator

    Hi,

    Did you manage to get this work ? Have you tried the solutions posted ?

    Regards,

    Félix

    in reply to: Form doesn't works though i did all good #20474
    support
    Moderator

    Hi,

    You can follow this link to add reCAPTCHA.

    Regards,

    Félix

    in reply to: Email notifications of form submission not being received. #20473
    support
    Moderator

    Hi,

    Yes, it would be it. Not sure what he wants to get out of this… Don’t hesitate if you have any more question.

    Regards,

    Félix

    in reply to: open modal on submit with form data passed to it #20432
    support
    Moderator

    Hi,

    I suggest you add some code on one of these hooks opening a modal window with the data from the form. I suggest post process, but you can choose. Don’t forget to create the modal window and hide it before.

    Regards,

    Félix

    • This reply was modified 8 years, 8 months ago by support.
    in reply to: Duplicate forms problem… #20430
    support
    Moderator

    Hi,

    Can you temporarily enable debug logging, and then submit the form until it triggers the duplicate (or wait for a client to trigger the error)? See what is in the log file, if there is a PHP error it will be logged there.

    If you can post a link to the page, I can take a look at the form to see if there is anything unusual. If you are using any custom code hooked to Quform, please send that too.

    Also make sure you are using the latest version of the plugin.

    Regards,

    Félix

    • This reply was modified 8 years, 8 months ago by support.
    in reply to: Reseting Enrty ID #20428
    support
    Moderator

    Hi,

    It was just to make sure they’re all deleted. Now, you can follow this link here on how to restart the count. The most easiest way, through phpmyadmin, is in the operations section for the table, changing auto_increment to 1. There’s a screenshot in the 4th answer on the link.

    Regards,

    Félix

    • This reply was modified 8 years, 8 months ago by support.
    in reply to: Uncaught TypeError: a.indexOf is not a function #20427
    support
    Moderator

    Hi,

    I posted the link so you could understand what is happening. The Quform script uses some jquery event aliases that are deprecated since 1.8. So, if you load jQuery 3.1.1, the error is coming in. Solution is here :

    This error might be caused by jquery event aliases like .load, .unload or .error deprecated since jQuery 1.8. Look for these aliases in your code and replace them with .on() to register listeners instead. Example:

    $(window).load(function(){...});

    becomes:

    $(window).on('load', function(){ ...});

    Don’t hesitate to ask more help if you can’t resolve this with the solution,
    Regards,

    Félix

    in reply to: Reseting Enrty ID #20422
    support
    Moderator

    Hi,

    Have you deleted the entries from the database ? The entry ID number is generated by the database during processing a successful form submission.

    Regards,

    Félix

    in reply to: Re-Captcha does not hide with conditional setup #20421
    support
    Moderator

    Hi,

    Sorry for the delay ! I’m glad you found a solution by yourself. If you need anything else, don’t hesitate.

    Regards,

    Félix

    in reply to: Hide multiple choice option after a specific date #20419
    support
    Moderator

    Hi,

    Sorry for the delay. I suggest you add a script to your website which hides the option comparing it to the current date. It could be applied to more than one form.

    You could also use a custom validator on the form, applying it on this specific field.

    Regards,

    Félix

    • This reply was modified 8 years, 8 months ago by support.
    support
    Moderator

    Hi Diego,

    Thanks a lot for your time and contribution ! We will look into this for the next major update.

    Regards,

    Félix

    support
    Moderator

    Hi,

    Sorry for the delay, Ally is pretty busy working on the new version. He’ll be back at you shortly.

    Thanks for your patience,
    Regards.

    Félix

    in reply to: SMTP Problem on PHP 5.6 #20416
    support
    Moderator

    Hi,

    Sorry for the delay, your situation is quite unusual. Ally will be having a look into this soon.

    Thanks for your patience,
    Regards,

    Félix

    in reply to: Uncaught TypeError: a.indexOf is not a function #20415
    support
    Moderator

    Hi,

    Have you tried the solution posted here ?

    Regards,

    Félix

Viewing 15 posts - 1 through 15 (of 57 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy