Code

Discussion on Quform - WordPress Form Builder

Discussion on Quform - WordPress Form Builder

Cart 36,039 sales

ThemeCatcher supports this item

Supported

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

6659 comments found.

Could this plugin automatically (or in some other way) collect the originating page from which the user arrives at the page containing the form?

Hi

You can add a Hidden field to the form and on the Data tab at the Default Value field, set click the code icon on the right (insert variable) and choose Form URL or Post Title (see this page for how to configure).

Regards, TC

Can this plugin allow files to be attached when submitting the form? I’m talking about attaching them, not uploading them to the server and then clicking a download link (I already see that you do this).

Hi

You can choose to save the uploaded files to the server or attach them to the email, or both. By default, the files are saved to the server and a link is sent in the email.

See this page for how to add the file as an attachment. To turn off saving to the server, go to the settings for the File Upload field and on the Data tab turn off the option “Save uploaded files to the server”.

Regards, TC

If you choose to have the files stored on the server… is it possible to access them without having to log in? If there are multiple files… would it be possible for them to be grouped into a zip package for download?

Thank you in advance

Hi

By default the files can be downloaded without having to log in.

There isn’t a way to group them into a zip file for download, they would need to be downloaded individually.

Regards, TC

Hi, using the File Upload feature, how can I make the file upload & folder more Secure? So that customers can upload confidential files to the Admin to download.

Which of those 4 methods would provide the most secured file upload for the customer?

Hi

It’s subjective. #1 doesn’t store any files on the server, but they will be sent over email, so it would depend on how secure the emails are. #2 is very simple to set up but probably the least secure. #4 requires that the user is logged in to WordPress to download the files, if you only have admin user accounts on the site, it would be a good trade-off between security and usability IMO. #3 would be similar, but the admin would need to enter HTTP auth username and password in each session that they wanted to download a file.

Regards, TC

Thanks for the response, very helpful.

Plugin is missing a core element. a Range slider. Either that or it is not documented. “Endless Elements” is missing core elements. WIll there be an update for it?

Hi

It will probably be added in the future update, in the meantime we have a guide here for how to add this.

Regards, TC

Hi, Is it possible to have a form that requests someones email, once they enter that email and click a button it then does two things 1) Subscribes them to Mailchimp and 2) Shows a download link on the same page without having to redirect? So a feature that basically unlocks content once a email is supplied and the user subscribes.

I await your response. Thank you.

Hi

1. We have a free Mailchimp add-on for Quform, see our guide here.

2. You can add the download link to the success message of the form, so they will only be able to see it after the form is submitted (see this page for how to change it).

Regards, TC

Presale question : Can a logged in user submit a form only once, and it’s results are shown to him everytime he visits that page ? He is not allowed to edit once it is submitted ?

Hi

Within the form builder, if you go to Settings – General – Limits, you can set it to allow only one entry per logged-in user.

To display the entry to the user, you can install this plugin (click Download ZIP to get an installable WordPress plugin). You can display the results using the shortcode [show_user_entries id="1"] where the number 1 is the form ID.

Regards, TC

I would like to know if I can do the following:

I have a column A with a text field (T1)

and I have a column B with 5 conditionals depending on the field and the content of the field (T1)

This process must clone you multiple times across multiple rows.

But my question is, should I manually wrap the 5 conditionals in each row? so that instead of (T1) they take the following (T2) and so on or can it be done automatically when cloning?

Hi

After duplicating/cloning a column layout, the conditional rules on it will point to the previous field that was cloned, so you would need to go in and update the logic rules manually after cloning.

Regards, TC

The form cannot send a message because the upload file function gives an error message: “No file was uploaded”. How to solve that bug or problem?

Hi

Could you try checking for a conflict with another plugin or the theme using this method?

Regards, TC

Thank you for your support, they logged in and solved the problem. There was a conflict between plugins that will be included in an upcoming update of Qform.

Hello, We have a presale question. Can we add the form in woocommerce product page. We want to get the phone number from the client auto tracking SKU number of the product. For example: the user is open the any woocommerce product page, fullfill the form – enter our phone number. The result in the form must have the entered PHONE NUMBER & PRODUCT WOOCOMMERCE SKU number (or product url link). Can we do this? Regards

Hi

Yes, you could use a WooCommerce hook like woocommerce_after_add_to_cart_form to display a form on the product page with a PHP code snippet, for example:

add_action('woocommerce_after_add_to_cart_form', function () {
    echo do_shortcode('[quform id="1"]');
});

In the form you can add a Hidden field to collect the SKU or product link. In the field settings at the Default Value field, click the code icon to the right of the field (insert variable) and choose General – Form URL to insert the product URL, or enter the value {custom_field|_sku} to add the product SKU.

Regards, TC

Is it possible to create form that when someone inputs an address it can show it already exists [tracking purposes] and the information captured can be exported to excel? I guess an autocomplete option…

Hi

I’m not sure I understand 100%. It would be possible to add a Hidden field to the form and have a PHP code snippet to populate this with a yes/no value if the email address already exists in a previous entry. This field could then be part of the exported Excel file. I can give you an example of the code, just let me know would like that.

There isn’t an autocomplete feature in the plugin, but it could be implemented on top of a Quform Text field with custom development.

Regards, TC

Hi,

does this plugin has a capability to send an email as soon as user fill the form? we want to create a lead generation where user submit personal identification (name, email, and phone number) and we will send the Ebook to the submited email.

do you have the instruction?

thank you,

Hi

Yes, see this page for how to set up an autoreply email, and this page for how to add attachments.

Regards, TC

Hello,

I would like to add just a Country request field (showing full list of countries) instead of asking for the full address.

Is that possble with your plugin ?

Thanks

Hi

You can add a Select Menu to the form, then in the Bulk Options section you can add the full list of countries. See this video for where to find it.

Regards, TC

Thanks for sharing that video, most informative.

Just tried the demo and it works well. Will consider.

Cheers

Is there a divider shortcode? I tried using in html block but this does not work. I thought there might be a spacer/divider widget as it is very important element.

Hi

I don’t know why the <hr /> in the HTML element would not work for you, it works for me.

You could try adding a div with a custom class in the HTML element:

<div class="my-divider"> </div>

Then adding the styles for it to Forms – Settings – Custom CSS & JS – Custom CSS (All devices), and customising them to suit:

.my-divider {
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
}

Regards, TC

Awesome.. thanks heaps :)

Hello! Currently, the form results are received one below the other, meaning line by line in a single column. I would like to have three columns, for example. Ideally, in the same configuration as the form itself.

can connect to google sheet lead or registration ?

Hi

You can add new rows to Google Sheets from a form submission using the Quform Zapier add-on and this integration.

If by registration you mean creating a registration form that creates new WP users, see this guide.

Regards, TC

Presale question, can I create a journaling space for my user with your plugin? I need that the input can only be viewed by that specific logged users (not public) and ideally that I can show in a calendar a dot with previous entries so they can click on that date and view their input that day? I have seen other form software how to but I don´t want to paste the link to not spam

Hi

While there is nothing built into the plugin to display entries to the user, we have plugin here that can do it. Click Download ZIP to get an installable WordPress plugin.

Once the plugin is installed and active, you can use the shortcode [show_user_entries id="1"] to show a list of entries for the currently logged-in user (where the number 1 is the form ID). It just displays a list of submitted entries, it would require custom development to have a calendar.

Regards, TC

Can I contact you directly for development of calendar and encryption?

Hi

Feel free to provide more information about what you are looking for, and I can let you know what is possible. We have a guide here for encryption. Unfortunately we are not available for custom development.

Regards, TC

Hi, I have a presale question. With your plugin is possible to have some fields required, but if the user check a box option, make these fields not required? Like for example have name and email required but if the user is 16 years or less, user will check a box and make those fields not required

Hi

One way to do this is to have a Group that contains the name and email fields for those aged 17 or over which are required, and another Group with name and email fields for those aged 16 or less which are not required. Then, in the settings for each group, enable conditional logic and set the rules to show or hide that group depending on whether the checkbox is checked.

It is technically possible to do it with just one set of same name/email fields, but it would require custom code.

Regards, TC

There is no case, the plugin does not work, I do not receive the emails, I have tried all the proposed solutions but it does not work… lost money

Hi

If you have tried all the solutions in our Not receiving email help page, were you able to receive a test email from the WP Mail SMTP plugin (Solution #4), to the email address that is configured to receive the form data?

Regards, TC

I have the full version, I created a multi step using a dev url in my wordpress, and it was capturing all data just fine. I switched to production host name in wordpress. And now find that only one form out of all my forms, the non multi step will capture form submissions. I have checked everything, even uninstalled and re-installed the plugin. I went to your forum, and cannot easily see where i can post or file a ticket. Please help. No additional forms are writing to the database.

Hi

The first thing to check is at Edit Form – Settings – General – Form, the option “Save submitted form data” is enabled.

Also try deactivating and reactivating the Quform plugin.

If this doesn’t fix it, could you temporarily enable debug logging, to see if there are any database errors when inserting the entry?

Lastly, if you would like me to investigate the issue on your site, could you please create a User with the Administrator role and send over the login details and your admin URL to the contact form on my profile page.

Regards, TC

Hello, Is there a way to insert a ‘variable’ in the ULR field in the ‘Confirmation setting window’? The {shortcode} does not work. Please take a look: https://drive.google.com/file/d/1UlB3QW_wAYfcHo0yJHfahxgQf_pOktFB/view?usp=sharing

Hi

The URL is sanitized when the form is saved which is stripping the { } characters, we’ll fix this in the next update.

If you want to fix it now, you could edit the wp-content/plugins/quform/library/Quform/Builder.php file – find this code:

esc_url_raw($confirmation['redirectUrl'])

Replace it with:

sanitize_text_field($confirmation['redirectUrl'])

Note: you’ll need to save the form again with the variable added to the URL after this change.

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