Code

Discussion on Quform - WordPress Form Builder

Discussion on Quform - WordPress Form Builder

Cart 36,060 sales

ThemeCatcher supports this item

Supported

This author's response time can be up to 1 business day.

6659 comments found.

Guys, another question, please. I already have a excel table all populated. Is it possible to create a form with the same fields and import the data from the excel to the wp dashboard? It will be like all the answers were collected through the form. How could I achieve this, please? Thank you!

Hi

Unfortunately it isn’t possible to import entry data, you would need a developer to write a script to do it or add the data manually.

Regards, TC

It is possible to make it approved by two people once the form is collected? And only then, the second person who approves, send it to everyone?

Hi

It wouldn’t be possible to do it automatically, but you could use entry labels to mark entries as being approved (separate label for each person who approves), to track who has approved it.

You can have an email notification that is configured to send to everyone but make it not enabled so that it doesn’t get sent when the form is submitted (you might want a separate email notification sent to the two people who approve), then when the second person approves they can click the envelope icon on the View Entry page to send the notification to everyone.

Regards, TC

Hi,

Can user submission be (1) viewed and (2) edited on the front end?

Thanks,

Jake

Hi Jake

We have an example plugin here that adds a shortcode to display all submitted entries for a logged-in user for a specific form (use this one if you want a specific table layout). You can click Download ZIP at the top right to get an installable WP plugin.

It’s not possible for the submission to be edited on the front end unfortunately.

Regards, TC

Hi! How can I change the font color when the item is active in the drop down menu?

Thank u!

Hi

For the default browser select menu you can add this CSS snippet to Forms – Settings – Custom CSS & JS – Custom CSS, and adjust the color to suit:

.quform select option:checked {
    color: #ff0000;
}

For the Enhanced select menu, you can use this code instead:

.select2-container--quform .select2-results__option[aria-selected="true"] {
    color: #ff0000;
}

Regards, TC

thanks!

The existing homepage that used quform was closed. Can I use the previously used quform license on a new homepage?

Hi

Yes, if you activate the license on the new website, it will transfer the license to that site.

Regards, TC

Hello. Can someone tell me how to correctly set the spacing on the selection field when it is expanded? Love this Form! Thanks!

Link: https://shorturl.at/CNOP5

Greetings

Hi

The WP theme is setting up select2 on the Quform Select Menu. It looks like you can disable this by going to the settings for the Select Menu in the form builder and on the Styles tab at the Custom CSS class – Field enter “stm_not_select2” (without quotes).

Then, you can optionally enable the option “Enable enhanced select” and disable “Enhanced select search”, if you want a select2 style.

Regards, TC

Thank u!

Please ingnore my fisrt comment.

Hi, I want to integrate fillable forms into my WordPress site. In each form, the client completes dedicated fields, and when they click the “Submit” button, the filled fields will be automatically inserted into a pre-designed template. As an administrator, I want to receive the template in PDF or Word format, filled with the information the client entered on the form. How can I achieve this with your plugin ?

Hi

The plugin does not have a facility to merge the form data into a PDF or Word document, so you would need to use a 3rd party service.

One service you can do this with is WebMerge (now Formstack Documents). We have an example integration here, you can configure the merged PDF file to be sent via email in the WebMerge document settings.

There may be other similar services you can integrate with through Zapier using the Quform Zapier add-on.

Regards, TC

Still no calculation feature (( this plugin is must have and great but only one option still missing and that is the calculation

Hi, I’ve found a bug when inserting the form in a template made with Elementor. The styling of the form get’s corrupt. I can make a screenrecording so you can check it. How can I send it to you in private?

Hi

Can you send a link using the contact form on our profile page? Thanks.

Edit: if you could also send a link to the page with the issue, that would be great.

Regards, TC

I like Quforms very much

In many of the forms I create, I create a dropdown list containing the names of the people I want to fill out the form.

I hope that something will be added so that I can know who filled out the form dropdown list and who remains

Thanks

Hi

Yes, I would be happy to have an example where I can apply the idea.

Thanks

Hi

Here is an example of the code to do this, see the comment below the code for how to set it up.

Regards, TC

Thanks for your response, I applied the example and it works great

is it possible to create a search form in order to get ACF advanced customs fields queries?

Hi

Quform is not suitable as a search form as it doesn’t have a way to perform searches or display results.

Regards, TC

Hello

Pre-purchase question. I am looking for a software that allows me to let users submit an application that can be approved / disapproved. When either approved or disapproved, id like to send them an approval or disapproved message in response to their application. Is this possible?

Hi

You could use entry labels to mark an entry as Approved/Disapproved.

You could add two new email notifications at Edit Form – Settings – Notifications, one for Approved and one for Disapproved, make sure they are not “Enabled” so that they aren’t sent when the form is submitted. Set them up as autoreply emails so that they are sent to the user who submitted the form.

When you want to send either of these emails, you can go to the View Entry page for the entry and at the bottom right click the envelope icon and select either the Approved or Disapproved notification to send to the user.

Regards, TC

Thank you! Purchased :)

Hi, does the form have it own webhook/api so i can connect to other apps via Flowmattic (WP Automation)?

Hi

You can use the free Quform Zapier add-on to send a webhook with the form data when the form is submitted. Despite the name, it doesn’t just work with Zapier and can send the webhook to any URL.

Regards, TC

Is there any other way beside using via Zapier? Zapier is too expensive. I’m using Pabbly & Flowmattic

Hi

Despite the name, it doesn’t just work with Zapier and can send the webhook to any URL. It should be possible to enter a Flowmattic webhook URL.

Regards, TC

Hello, Can you please tell me how to avoid to save data in the wp_quform_sessions database table?

Also, is it safe to delete all data in this table?

Thanks.

Hi

Quform should automatically delete sessions from this table that are older than 24 hours, if this isn’t happening there may be an issue with WP Cron on the site (check Site Health for scheduled event issues). It’s safe to delete all data in the table.

You can install this plugin to disable the plugin session system. It will break these form features though:

  • Forms with a File Upload field with the “Enabled enhanced uploader” option enabled in the field settings, this option would need to be turned off
  • Mutli-page forms with a File Upload field
  • The CAPTCHA field will no longer work, you should remove any of these fields from any form or replace them with reCAPTCHA
  • You will need to go to Forms – Settings – Tweaks & Troubleshooting and turn off the option “CSRF protection” as having it enabled will cause an error submitting the form when sessions are disabled

Regards, TC

Hello! I have a quick question… Is it possible to build a multipage form where each form sends the collected data to a different email? If so, is there a guide for that? Thank you in advance.

Hi

Each form can have a different email recipient, see this guide for how to configure this.

If you are wanting to send an email after each page is submitted in a multipage form, and send this to a different email address, it isn’t possible unfortunately (without custom development). Email notifications are only sent when the final page is submitted, so you may need to use separate forms. You could chain the forms together using this guide and have a different recipient for each form.

Regards, TC

hi one more question, is it possible to create a conditional like this… if user choose US as country the form is sent and if user choose any other country, there is a error that says only US country is allowed… is that possible?

Hi

You can go to Edit Form – Settings – Style – Global, and change the “Vertical element spacing” to a smaller number of pixels.

To move the labels inside the fields, on the Labels tab at the same place, set Label position: Inside.

You can configure the field size on the Fields tab, or you can go back to the Global tab and at the bottom click “Add global style” to use CSS to style any part of the form. You can also do this per-field, in the field settings on the Styles tab.

Regards, TC

hi, tried to do it with no success, but trying to use google dev tool, I found this:

.quform-spacer { padding: 0 0 15px 0; margin: 0 0 5px 0; }

so when I set to 0 everything worked, but I dont find where to change these values, given that when I use the “vertical element spacing” it didnt work… any help

Hi

Can you try adding the style to Forms – Settings – Custom CSS & JS – Custom CSS (All devices):

.quform-spacer {
    padding: 0 !important;
    margin: 0 !important;
}

If you only want this to affect one for, use this code instead (replace the number 1 with the form ID):

.quform-1 .quform-spacer {
    padding: 0 !important;
    margin: 0 !important;
}

Regards, TC

how can I create a send button with border radio 8 and without border color?

Hi

You can go to Edit Form – Settings – Style – Global, at the bottom click “Add global style” then choose the selector “Submit button” and enter this CSS:

border-radius: 8px;
border-color: transparent;

Regards, TC

Hi,

Is it possible to add a background image with a draw feature over it?

I have a map and would like people to be able to circle areas on the map for submissions.

Thank you

Hi

It’s possible, but there isn’t a built-in element to do this. You can use the HTML element to add an image or map to the form, and have some custom JavaScript, maybe using a third-party library, to allow the user to draw over it. When the user is finished drawing the image data could be populated into a form field to be sent with the form data. You would probably need a developer to implement it.

Regards, TC

I got the form to work but for some reason the cursor only lines up if the element has a fixed width of 300px. Is there a way to set it so the cursor works when the signature canvas is set to 100% width?

Hi

If you’re using the signature_pad script from the Signature field guide, perhaps this will help.

Regards, TC

Hello, i got this notice in the error log : [28-Feb-2024 14:42:56 UTC] PHP Warning: Undefined array key “HTTP_HOST” in /home/xxx/public_html/wp-content/plugins/quform/library/Quform.php on line 100

Any advice to solve this?

Hi

Thanks for the report. We’ll fix this in the next update.

Regards, TC

I’m getting an error occurred on all forms, I’ve checked conflict plugins and removed them it;s just not working please help

Hi

Could you please post a link to the page with the form, or send the link privately through the contact form on our profile page?

Regards, TC

I sent an email

Hi

I sent a reply back on Friday, it may be in your Junk/Spam folder. Here it is again:

The plugin session system seems to be malfunctioning, the error is coming from the CSRF security check which validates that the request to submit the form isn’t coming from another site.

To fix the form urgently, you can disable the CSRF protection at Forms – Settings – Tweaks & Troubleshooting – CSRF protection. You might also need to remove the CAPTCHA field from the form, as the CAPTCHA verification also relies on the plugin session system.

If you would like, I can investigate the issue on your server to find out why it is happening. Would it be possible for me to get some temporary admin access to your WordPress Dashboard in order to help investigate this issue further for you? If so, please create a user with the “Administrator” role and send a message through the contact form on our CodeCanyon profile page with the username, password and site URL. Thanks!

Regards, TC

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey