Code

Discussion on Quform - WordPress Form Builder

Discussion on Quform - WordPress Form Builder

Cart 36,092 sales

ThemeCatcher supports this item

Supported

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

6660 comments found.

I just tried accessing the support forum and the site will not come up on any browser. Do you know when the support site will be back up and running?

It is working normally for me, are you still having the issue? What is the error message? If you can send your public IP address to info@themecatcher.net I will make sure you aren’t banned for some reason.

Regards, TC

hi can the plugin have multiple pages like http://codecanyon.net/item/formengine-wordpress-contact-form-wizard/full_screen_preview/2510594 ?? Ive seen the conditional logic feature but want to know if the pages function is there thanks

This is not yet possible with Quform.

Regards, TC

Is this the correct css class to target?

.iphorm-submit-wrap button

Hi,

Just wondered if someone answered this question for you? There is no styling on the button element for cross browser consistency. The two selectors you need are:

.iphorm-submit-wrap button span .iphorm-submit-wrap button span em

Regards, TC

Hi, How do I style the submit button. I am trying to replace the button with a background image but I can’t seem to target the css effectively. Please help.

It’s not simple :( But we have a guide here.

Regards, TC

Hi,

when you submit a form, is it possible to give a confirmation message to the, let’s say 50 first submitters, telling them they’ve been accepted to attend a conference, and a different one to the next submitters, who were not accepted? We want to make a form for conferences with limited places.

Thanks

Hi, with some custom PHP development it is possible. We have a guide here for custom email content. What you could do is in this function have an incremental number which you save to the wp_options table (using update_option). Increment this and update it in this function. Then check the value of this number and wrap the include in a PHP if statement to load a different file when the number is over e.g 50. You will possibly need a PHP developer.

Regards, TC

How can I align some of the dropdown options created with the form to appear side by side instead of all items to appear vertically from top to bottom..?

Hi,

If you add a Group element around the Dropdowns, then in the Group Settings – Optional, choose the Number of columns and change the Column alignment to Left.

You can also see this video if it helps.

Regards, TC

Hello I need to change license to another site. What procedure?

Hi,

Just use the same plugin files and the same license key. It will automatically deactivate the other copy.

Regards, TC

Hi – LOVE Quform! Nice plugin! I have one question. On my form located here: http://autismepicenter.com/wordup/reach-out-2/

You see the [raw] and [/raw] tags? How do I get those gone?

Hi,

Please see this help guide.

Regards, TC

Does your plugin allow the following functionality: Allow N characters for a textbox and tell the user how many characters he has left?

With some custom code you can do it. We have a guide here.

Regards, TC

My drop down menu is not working. Here’s the form:

http://rumahtamu.com.my/testing-form/

How to solve this problem ?

It looks like your theme is using Chosen to enhance the drop down menu’s, this shouldn’t be used at the same time as the Uniform option in Quform. So you can either disable Chosen in your theme or go to Settings -> Style -> Uniform, in the form builder and untick “Use Uniform”.

Regards, TC

Problem solve. Thanks mate!! :D

Hey,

I am looking for conditional logic for sending out emails.

I have three questions in my form with Yes or No answers. So if someone selects No for an answer in any one of the question then I want it to send email 1 and if someone answers yes to all then email 2. Can it be done with Quforms? Let me know! Thanks!

Yes. You can do it with some custom PHP code. I can give you the code to use if you purchase the plugin.

Regards, Ally

hey, can i some how change the place of the sending button, like in the middle or something ?

Go to Settings -> Style -> Global styling, in the form builder. Add a style for “Submit button outer wrapper” and enter this CSS:

position: relative;
left: 50%;
margin-left: -35px;

Regards, TC

Thanks !! And how do i move the text to the right side? I mean the label text to the right side.

This would affect all forms, add this custom CSS to your site:

.iphorm-labels-left > .iphorm-element-spacer > label {
    float: right;
}

When you use the “Left” label placement, they will then be right aligned.

Regards, TC

Hi, I am considering buying your plugin,

I’m building a photo sharing website and I want users to be able to upload files from their iPhone.

1) Can the form upload multiple photos at once with the upload field if the user selects multiple images in their iphone gallery?

2) Will they be able to upload from their iphone even if they are guests on the website and not logged in?

Thanks

I don’t have an iOS 6 device to test uploads on, and it doesn’t work with iOS 5. You can try it out on this page to see what happens? I think it would be a single file per upload input though. You can choose to have multiple inputs displayed and optionally add more with a button.

They will be able to upload as guests.

Regards, TC

Hello this plugin is wonderful, to know if it suits what I need I have a question:

Is it possible to exclude specific days and times for booking reservations?

Best regards!

Hi,

This is not built in to the plugin as an option yet. However, we have made a tutorial here that shows you how to achieve this.

Regards, TC

Are there any where to submit feature suggestions for the next update?

I have a suggest which this feature helps the visitors to fill out long forms much more efficiently.

If we could have a “next page” feature, which allows us to divide a long form into 2 sections, which could reduce the chance of a form filler to close the window when they see a big massive form.

So with this button they can only see certain sections of the form first, then when clicks on next page button, the rest of the form appears, or even multiple pages of form?

Thanks for reading

There is a thread in the support forums for suggestions. The multi-page forms will definitely be included in a future update, thanks for the suggestion :)

Regards, TC

I love your plugin! I bought Quform for 9 of my clients’ sites and so far – NO PROBLEM AT ALL! The plugin really can create endless forms and I find it very, very reliable! I’ve created a review about it which you can watch here: http://tutorials7.com/quform-form-builder-review.html.

Thank you for the nice plugin, ThemeCatcher. Well done mate!

Great, thanks for the review :)

I love your plug in and have downloaded it 7 times for different websites….and have never had any problems with its use….however I have…question….

I have a wordpress website that has 300 products on it – it is not an e-commerce site. Each product is a CPT with Custom Fields. I want to put a standard link button at the bottom of each page for a pop-up quform that would automatically include the page title ie the product name – so I could do something like enquire about this product – and a field would automatically be populated with the product name, is this possible?

I read about the dynamic default value / parameters but I just don’t understand it – it’s probably is not the solution anyway.

I would be grateful for your response

If you add a text/hidden field and at the “Default value” option enter {post_title} it will use the title of the post.

Regards, TC

Thanks TC Doh – really I was blind to that…. P

Can this be used to Add Products (Woocommerce)? I have multiple vendors on my site, and I want them to upload an image of their Product on the frontend. My site already has a functionality of letting Vendors Add Product on the backend, but it’s too overwhelming for them.

I can’t say for sure, but if the Products in WooCommerce are custom post types you could use code similar to the creating a post guide.

Regards, TC

Hi there,

I am interested in purchasing this module; i played with the demo about an hour and so and seen great and will do what i want to do. However, one thing that i wanted but was not able to figure out is that is there is way to limit date range on date picker. For example i do not want people to be able to select a past date and more them three months in advanced. I did look at the FAQ, there was nothing regarding this and sorry did not read all the comment perhaps someone might have already asked. Also my second question is that, first of all I 100% support the hard work and time developers put in to develop their application. I know this script does not offer extended license, i am running workdpress MU with multiple clients, i want to be able to use this plugin for any site i have lincense for, will this plugin able to determine / allow to have mutiple license from single install?

Thank you.

Hi

We have a guide for advanced date validation here with examples.

Due to licenseing restrictions on CodeCanyon it’s not possible for us to offer an Unlimited License while the plugin is exclusively on this site. We are planning to make some changes so that we can offer an Unlimited License in the future. If you are interested, please fill out the form here and we’ll let you know as soon as it becomes available. We will be offering a discount on our Unlimited License for each Regular License purchased here, so you will not be wasting your money in the mean time.

Regards, TC

How come with a long form I got here (http://www.helpmyedu.com/main/application/), at the end, the group titles, group border fails to hook on the styles?

I don’t know what went wrong, but I’ve re-created 3 times already, and it’s still the same…..

Please help!

The last group has the style “Plain” instead of “Bordered” if that is what you mean? Change it in Group -> Settings -> Optional

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