Forum Replies Created
- AuthorPosts
support
ModeratorHi,
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
support
ModeratorHi,
Did you manage to get this work ? Have you tried the solutions posted ?
Regards,
Félix
December 4, 2016 at 12:06 am in reply to: Email notifications of form submission not being received. #20473support
ModeratorHi,
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
support
Moderatorsupport
ModeratorHi,
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.
support
ModeratorHi,
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.
support
ModeratorHi,
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
support
ModeratorHi,
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
support
ModeratorHi,
Sorry for the delay ! I’m glad you found a solution by yourself. If you need anything else, don’t hesitate.
Regards,
Félix
support
ModeratorHi,
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.
November 29, 2016 at 10:32 pm in reply to: How to add 'for' attribute to 'label' elements of non-hidden 'input' elements? #20418support
ModeratorHi Diego,
Thanks a lot for your time and contribution ! We will look into this for the next major update.
Regards,
Félix
November 29, 2016 at 10:29 pm in reply to: How can I add the 'IP Address' column to the list of entries table layout? #20417support
ModeratorHi,
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
support
ModeratorHi,
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
- This reply was modified 8 years, 8 months ago by
- AuthorPosts