6659 comments found.
Hi, to prevent incorrect use of the form, it would be very useful to limit the number of submissions not only per user, but also based on time, for example a maximum of one submission per day per user. Why is this option not included?
Hi
It would be good to have this, the feature is on our list for future development.
In the meantime it will require custom code to implement this, if you see the legacy instructions on this page, the second example can be modified to check for any submission by the user in the last 24 hours. You may need a developer.
Regards, TC
Ok, if it’s expected in the next updates, i’ll wait. If possible, i ask you to include it in the next update
Hi
Sorry for the delay. Unfortunately we won’t be able to implement this for the next update, please try the custom code solution if possible.
Regards, TC
Pre Sales Question Please 
Thanks 
Hi
The form looks to be too complex for this to be a good fit for Quform.
Quform doesn’t support calculations or adding multiple items out of the box, so it would require significant custom development.
Regards, TC
can i submit the form to whatsapp?
Hi
Recently I can’t upload files and I’m getting an error message “Unknown upload error”
am using WP Hide & Security Enhancer plugin
Hi
The WP Hide & Security Enhancer plugin is changing the upload data in a way that is not expected by Quform, we have a fix coming in the next update but it may be a few days away.
If you deactivate that plugin, the uploads should start working again. If you need the fix sooner, I can fix the issue on your site. If you’d like me to do that, please send temporary admin login details using the contact form on our profile page.
Regards, TC
Thank you for your cooperation ..
Uploading files now works correctly
Hi, pre-sale question: Im looking for a form for an event confirmation. So the idea is when user register, they and admin will receive the email with the user information, but also I need a randome number or something generated automatically, that will be automatically generated and sent to both, user and admin, so that way admin can verify they signed up online. Can I do that with your plugin?
Hi
Yes, there is a built-in way to generate a random string. Add a Hidden field to the form, then go to the field settings and on the Data tab at the Default Value field click the insert variable (code icon) on the right side of the field and choose “Random Unique ID”.
It will generate a random string that will be sent in the email to the admin with the rest of the form data. If you have a different email to be sent to the user, you can insert the variable for the field into the message subject or content of the user email.
Regards, TC
Hi There, I use your plugin (yet to purchase a license). I would like to know if I could do the below:
I am able to create a upload field on the product page however, I also need it to be mandatory, without uploading a document, the customer cannot add the product to their cart.
Customers can still checkout with document being uploaded.
Is this possible with QuForm?
Hi
It will require some custom code do this. Please see the example code here which requires that a file is uploaded before a product can be added to the cart. You may need a developer if you need any modifications.
Regards, TC
add_action(‘wp_footer’, function () { if (!class_exists(‘Quform’)) { return; } <script> jQuery(function ($) { $(’#qute-form’).click(function () { $(’.quform-popup-link-4’).click(); return false; }); $(’.open-popup-form’).click(function () { $(’.quform-popup-link-6’).click(); return false; }); $(’.popup-form-2’).click(function () { $(’.quform-popup-link-7’).click(); return false; }); }); </script> <?php });
echo do_shortcode('[quform_popup id="7" width="780" ]');
echo do_shortcode('[quform_popup id="4" width="780"]');
echo do_shortcode('[quform_popup id="6" width="750"]');
?>
May i know how i use fancy box or mangefic popup options here ?
Hi
You could try this:
echo do_shortcode('[quform_popup id="7" width="780" options=\'{"width":780,"height":400}\']');
It doesn’t say here that your account has purchased the plugin, support will be limited.
Regards, TC
Hi, installed Quform & Quform WPML (and all WPML plugins) can’t find any info how to translate my form to other languages
Hi guy’s,
can anything be added into a form to moderate the amount of responses, over a timed period, from a particular email address?
Ex. – a spammer tries to respond to all users of the site within 15mins, using same email address. Can this email address be limited to 1 email every 15mins or so?
Continually being spammed, they keep changing IP & email address.
Thanks.
Hi
Here is some example code for how this can be done, see the comment below the code for how to set it up. You can add it to your site using a plugin like Code Snippets.
You might want to consider using reCAPTCHA to help stop spam submissions.
Regards, TC
Your code worked a treat!
We are already using reCaptcha and a couple of other security measures. Let’s hope this slows them down!
Great support with this plugin, amongst the best we’ve ever seen, Thank You.
Hello, I need the dates to be able to identify week and weekend for another field logic. Simply, if selected date is WEEKEND or WEEKDAY, different HTML option shows. Of course, there will be other conditions to the logic such as if OPTION1 selected and WEEKEND selected show field3 etc.
Is it possible to identify saturday and sunday as weekend, and other days as weekdays? I wasn’t able to find it in the forum and couldn’t post there either.
Thanks.
Hi
There isn’t a built-in option for this, but you can add a Hidden field to the form to store whether the selected date is a weekday or weekend day and use some custom JavaScript to populate it. You could then use the value of the Hidden field for the logic rules.
We have some example code here for how to do this. See the comment after the code for how to set it up. In the HTML elements, you can for example set the logic rules to [show this field] if [the hidden field] is weekend
Regards, TC
Hello, sorry to send a message just now, and I know that my support has expired, so it’s just a simple question, but I only now need this function, is there any way I can get the logged in user’s data through the form? Ex: Email thank you
I found the option, thank you very much
Hey. I can not see RTL in demo. can you direct me to one ?
Hi
You can choose one of the demo options at https://www.quform.com/demo – create a form and at Settings – Language set RTL Support – Enabled.
Regards, TC
I’ve tried 4 different SMTP mail plugins to send mail on my site. All of my settings are correct, but for some reason, the notification TO ADMIN from my Quform are not coming through. The Customer Autoreply comes in fine.
When I don’t use an SMTP mail plugin, both the TO ADMIN and the Autoreply notifications come through fine, EXCEPT when the customer types in a Gmail, in which the Customer Autoreply notification gets blocked by Gmail for some odd reason. Only for Gmail from my testing, the other Yahoo mail, etc. come through fine.
I don’t know what else to do. I contacted my Host Provider and all MX records, email server settings are authenticated for anti-spam, etc.
FYI, I enabled WP Mail SMTP to test again, the other plugin that I use for customers to book appointments and send out notifications, both the customer and the to Admin received fine, no issues, even to a Gmail.
But for some reason, with SMTP enabled, Quform does not receive the To Admin notifications email after a customer submits from a Quform.
RESOLVED! Never mind, we finally figured it out and this issue has been fixed. Your Quform plugin is working great!
Hi,
I just got this plugin and here is a test form https://fulfillmentsolutionsinc.com/1-form-test/ the email are not being received.
Can you please take a look? Thanks
Hi
Please see our help guide here for email issues.
I would highly recommend the SMTP solution (#4) for more reliable email delivery. It is very common to have problems with email delivery from WordPress, and a plugin like WP Mail SMTP will usually solve this very easily.
Regards, TC
Hello, pre sale questions after trying your demo website : 1) Where do you put your recaptcha v3 Key ? 2) You have honeypot CAPTCHA – I’m not familiar with it. Is it enough ? I would still prefer to use recaptcha 3) In “Notification settings” the “From” address* -> We can put any address ? What do you recommend here ? 4) Basically the form that I’ve been using stopped sending email to @gmail, that’s why I’m looking for a replacement. Does your form works with gmail ? 5) Can we connect via SMTP to make the website send as an email address ?
Many thanks for your help.
Best
Hi
I see that you have already purchased, but I will answer your questions in case it still helps you or anyone else in the future.
1. You can enter the API keys at Forms – Settings – reCAPTCHA.
2. The Honeypot can work well, but in some cases it is not enough. You could try it with just the Honeypot to start with and if you run into issues with spam you could activate reCAPTCHA.
3. Usually it would be best to leave the From address in the notification settings to the default value of {default_from_email_address} so that it can be controlled globally at Forms – Settings – Global – Email. From there, if you are using an SMTP server, you would want to set the Default “From” address to a permitted sender for the SMTP server. If you aren’t using an SMTP server, setting it to an email address with the same domain as the site is usually best, like noreply@yourdomain.com
4. If set up properly, there should be no issues sending to Gmail.
5. You can use a thirty-party plugin to send email via SMTP, a popular one is WP Mail SMTP. Check that you can receive a test email from that plugin, then set the Default “From” address in the Quform settings to a permitted sender for the SMTP server.
Regards, TC
Hello, is possible use “Use-your-Drive | Google Drive plugin for WordPress” to get file info in the form? I use with shoertcode and works great to use Google drive, but i need to sync just for add the name of the uploaded file in the register.
Hi
I’m not familiar with this plugin, but if there is a JavaScript event when a file is uploaded, you could add a Hidden field in Quform to store the name of the file, and have a JS code snippet to populate the Hidden field with the name of the uploaded file. Please check with Use-your-Drive if there is such an event.
Regards, TC
Many thanks for the response.
Hi I was wondering if it is possible to create a step by step (wizard)
Any chance if a rating element added to the sheets? or is there a way to do it
Hi
Unfortunately the plugin doesn’t have a Rating element at this time. It would be possible to add an HTML element to the form and add your own rating element in there with a script like this one. Then have it populate the value of a Quform Hidden field when a rating is selected, but you may need a developer.
Regards, TC
Can you please tell me how to deactivate plugin after the site is gone?
Hi
You can use the license key on another site and it will transfer the license to the new site.
It is not necessary to deactivate it, but I can deactivate it for you if you could send the license key (purchase code) and site URL through the contact form on our profile page.
Regards, TC
Hi, I apologize for leaving a message here but I can’t find a solution even by reading your guides.
I have a checkbox button on a white background which is not clearly distinguishable and sometimes the customer does not find the flag, so I would be looking for a way to outline the red checkbox button using CSS.
Could you tell me a clear guide or where to insert the code, I’ll start by saying that I already go into styles —then CSS styles -—then I add a style but the checkbox is not outlined.
Thank you, I have the same problem on 3 sites with 3 Qform licenses.
Hi
It sounds like it could be a conflict with the WP theme styles, it can usually be solved with a small snippet of CSS. If you could send us a link to the page with the form through the contact form on our profile page, we can give you the fix.
Regards, TC
Request sent, thanks for the help
Hi
If you go to Forms – Settings – Custom CSS & JS and enter the code below into the Custom CSS (All devices) field, it will set the checkbox style to the way that the WP theme intended:
.quform input[type="checkbox"],
.quform input[type="radio"] {
height: 1.5em;
width: 1.5em;
box-shadow: 0 1px 0 0 rgba(0,0,0,0.08) inset !important;
}
If you want a more defined border, you could add a border to this style. For example, something like:
border: 1px solid #a6a6a6;
Regards, TC