Code

Discussion on Quform - WordPress Form Builder

Discussion on Quform - WordPress Form Builder

Cart 36,043 sales

ThemeCatcher supports this item

Supported

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

6659 comments found.

Pre-purchase question. excellent form script, but before buying it I would like to know if there is the possibility of adding a field for signatures, and also fields for protocol-type sequential numbers in the future. https://prnt.sc/evVmIEiC87of ex: https://prnt.sc/6T0a_sX6cb7c

Please, it is very important to add a field with the option of signatures, with the settings to be adjusted according to the user’s needs, and also the option to save in pdf so that the document can be sent to a specific customer for signature, waiting for the options for a future purchase, as it is much awaited by customers who have already purchased your form script, I have been following your documentation. waiting attentively

https://prnt.sc/_0C6-1jH8pFY

This guide is not very explanatory and also users who have already tested it are having difficulties, according to customers who bought the script

https://prnt.sc/WA7qTDGOdNIK https://support.themecatcher.net/?s=signature&w=&c=5&submit=Procurar https://support.themecatcher.net/quform-wordpress-v2/guides/advanced/signature-field

Hi

We can help you set up the signature field, but feel free to wait until it is a built-in feature.

Regards, TC

Hello

I have to connect with Salesforce’s Pardot.

Is there a way?

I found a reference site.

https://www.salesforceben.com/the-drip/why-use-pardot-form-handlers-reasons-to-connect-third-party-forms-with-pardot/

Hi

It might be possible to get this to work using the free Quform Zapier add-on. Instead of using Zapier, set the integration Webhook URL to the Form Handler Endpoint URL.

If you need to change the variable names, you can use the code in the second section of this guide instead of the Quform Zapier add-on.

If all else fails, you can use the Quform Zapier add-on and connect to Pardot through Zapier.

Regards, TC

Thank you for your kindness.

Hi

How the setup a phone country code drop down list with flags ?

Thank You

Hi

You can install this plugin, then use a Text field in the form for the phone number. In the field settings on the Styles tab add the custom class quform-intl-tel-input to enable the functionality.

Regards, TC

Thank you for your prompt response, but why by default is showing United Kingdom and United State on top of the drop down list ??

Thank You

Hi

This is the default setting of the intl-tel-input script that the plugin uses. You can edit the scripts.js file to remove it or set your preferred countries, change:

window.intlTelInput(this, {
    utilsScript: quformIntlTelInputL10n.utilsScript,
    hiddenInput: $(this).attr('name')
});

to:

window.intlTelInput(this, {
    utilsScript: quformIntlTelInputL10n.utilsScript,
    hiddenInput: $(this).attr('name'),
    preferredCountries: []
});

Regards, TC

Hi

How to change the format, currently is showing MM/DD/YYYY but i want to change to DD/MM/YYYY

Thank You

Hi

If you go to Forms – Settings – Global – Regional and choose the correct locale, it should set the correct date format for your country.

Regards, TC

Thank You

There is a problem/bug with I Quform version 2.16.0 . When I install this version and a customer submits a form, he gets “AJAX ERROR”. The email is sent, but the customer gets this error and the form does not go to the success page, no error is shown in console. When I downgrade to version 2.15 the problem is gone. I disabled all plugins except quform and switched to a default theme, still have the problem. The only solution is downgrading to Quform 2.15. I bought Quform but the support is expired. My hosting is cloudways

Ok, I made a mistake, the problem isn’t solved when downgrading. But I can’t find the solution. I have 3 websites on 1 cloudways hosting. All 3 sites use quform, on 1 site it works on the 2 other sites I get the error (since today) “Ajax error” when submitting. I disabled all the plugins and themes on one site, still the same problem.

ok, the problem wasn’t related to quform but the “post smtp plugin”

Hi

Thanks for posing the solution, glad you managed to fix it. An alternative plugin you could use is WP Mail SMTP.

Regards, TC

Can you add support for Cloudflare’s Turnstile. It is an alternative to recaptcha. There are several free plugins that add support for wordpress such as Simple Cloudsfare Turnstile. Here is more information. It would be nice if Quform supported it.

https://www.cloudflare.com/en-gb/products/turnstile/

Hi

Thanks for the suggestion. We are planning to add a new reCAPTCHA alternative soon (hCaptcha). We’ll see if it’s possible to get this added at the same time.

Regards, TC

Hello, congratulation for the Quform.

Is it possible to have multi check in the first step “Choose your professional” on you “Bookings” example https://www.quform.com/examples

I knead to have something like this https://www.antonosart.com/colors.jpg

Thank you Andreas

Hi

Yes, you can use the Checkboxes field (instead of Radio Buttons) and add images to the options. See this guide for how to set it up.

Regards, TC

Hi there, I’ve just purchased the plugin, and I have a problem that I can’t resolve. I want to make a delayed popup form 2 seconds after the page loads. I can’t make it happen. I am using the WP Neve theme; I included the form on the page using the Neve native block builder; I tried with shortcodes. I already tried with the PHP snippets in the functions.php and the javascript snippets in the custom javascript section. I enabled “popup script”. But nothing. I checked the page source; the form is on the page, but not working. I am pretty sure it is something minor setup issue that I overlooked; please help. Do you guys have up-to-date instruction that is working? Thank you!

Hi

Please see this code snippet and the comment below it for how to set this up.

If it still not working, please post a link to the page or send the link privately through the contact form on our profile page.

Regards, TC

Please where will i get the link to the form I created to share with customers

and how to add form to my web page

where can i see the embed code to put in my webpage

Hi

You can get the shortcode on the Forms – Forms list page, or within the form builder. See this page for other methods of adding the form to a page.

Regards, TC

Hi one of my client what to accept only company-based email. Can we restrict submission from those who use gmail or yahoo email?

Hi

In the Email element settings go to the Advanced tab and add a new Regex Validator. In the Validator settings set the Pattern to:

/@(gmail|hotmail|yahoo|outlook)/i

Then enable the Invert option, and set the error message you’d like. Feel free to expand the pattern to add more email providers.

Regards, TC

Hi, can I collect payment using razorpay through this plugin?

Hi

The plugin doesn’t have built-in support for Razorpay. It may be possible for a developer to implement it using a similar method to the Stripe custom code guide.

Regards, TC

i have quform id=”2” Unique ID = 3_5 so i need link in another page in the same form like …. {date}

Hi

Sorry, I don’t understand the question, could you rephrase it?

Regards, TC

Hi

It looks like there’s the Quform logo in the compatibility section. It probably is compatible, but you may want to ask them first to be sure.

Regards, TC

Hello, The id of the entry was being added with the code you prepared before. the code works perfectly. but now I need to add the username of the login and the date of the login next to it on the same line. example: 1457 – john – 02.12.2022 . Thank you in advance for your support.

add_filter('quform_post_set_entry_id_1', function (array $result, Quform_Form $form) {
    $form->setValue('quform_1_3', (string) $form->getEntryId());

    return $result;
}, 10, 2);

Hi

You can add a Hidden field to store these values. In the field settings on the Data tab, set the Default Value to {user|user_login} for the username, and on a second Hidden field set the Default Value to {datetime}

See the Variables guide for more info.

Regards, TC

Hello;

Variables work, but I want other information besides the entry id. I tried {datetime} – {user|display_name} – {entry_id} but got the result “6.12.22022 17:33 – Bekir – {entry_id}”. so entry_id didn’t work

Hi

Can you try this code instead of using the variables:

add_filter('quform_post_set_entry_id_1', function (array $result, Quform_Form $form) {
    $form->setValue('quform_1_3', $form->replaceVariables('{datetime} – {user|display_name} – {entry_id}'));

    return $result;
}, 10, 2);

Regards, TC

Hi, is there an option to limit form submission? example one entry per user every 24 hours?

In the limits tab i can only choose “one entry per user” but i don’t have the possibility to set the limit every 24 hours. With this option, once the limit of one entry has been reached, the user will no longer be able to access the form.

Hi

There isn’t an option to limit it to one entry per user every 24 hours, it would require custom code.

Regards, TC

I am using quform on a live site an a clone site where I am testing updates. How can I import new form entries from my live site into an existing form on the clone site? I can see that a can export and then import forms, but I can only export entries. Is there any way to also import entries? Thanks, Martina

Hi Martina

There isn’t a way to import entries within the plugin UI, it would need to be done in the database. Using a tool like phpMyAdmin you could export the wp_quform_* database tables from the live site and import them to the clone site.

Alternatively you could use a backup/clone WP plugin that can duplicate the site to another location, like All-in-One WP Migration.

Regards, TC

Hi. Is it possible to create a sign up / registration form which would map WooCommerce user fields? Thanks in advance for your reply.

Hi

We have a guide here for how to create a registration form. It has a section on adding user meta fields, you should be able to populate the WooCommerce fields using that code if you can find out the meta keys for the fields. You might need a developer.

Regards, TC

Hi there,

Is there an anyway to add solid line between options in select menu?

I tried many way but all failed.

Hi

I don’t know of a way to do it with the browser default select menu, but if you go to the settings for the select menu and go to the Styles tab, then enable the “Enable enhanced select” option (and disable “Enhanced select search” if needed) you can add this code to Forms – Settings – Custom CSS & JS – Custom CSS (All devices), to add a line between the options:

.select2-container--quform .select2-results__option {
    border-bottom: 1px solid #cccccc;
}
.select2-container--quform .select2-results__option:last-child {
    border-bottom: 0;
}

Regards, TC

Hello, Does the module provide all the templates and features from this demo? >> https://www.quform.com/examples . I’m interesting in “Wedding RSVP” template , where there are different options for each button.

Hi

Yes, all of those features are included. You can import that form into your site using the button above the form.

Regards, TC

Hey,

I was wondering if this can help me sell documents after user purchases, I am trying to sell custom documents that will be made after user purchases, I just want to easily receive paid order and then upload custom document after and they can access file when I have uploaded the file and complete order

Hi

The plugin doesn’t currently have support for payments, or a place the user could access the uploaded documents.

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