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.

Hi there,

how can i create button for popup form in widget instead of text?

thanks

Put an image tag inside the form shortcode…

[iphorm_popup id=1]<img src="http://link.to/your.button.jpg" />[/iphorm_popup]
Regards, TC

Thanks for replay, it works great.

Hi,

There does not seem to be any URL validations available in the demo?

Any chance of adding it here?

Thanks

You can do this with the Regex validator… I can send the code if you contact me through the contact form on my profile page after you have purchased.

Regards, TC

Just purchased and starting to look at building a form but I cant seem to seperate each element/question. When I add a border to the element/quaestion outter wrapper all the elements/question but up against each other rather than having a gap between them. Am I doing something wrong ?

You could put a margin on the outer wrapper also?

margin-bottom: 20px;
Regards, TC

Many thanks and sorted it.

sorry ..i figured the above question out …

but i can’t get the popup function to work … could you please give some advice ?

many thanks again

Can you provide more information about what you have tried and how exactly it is not working, including a link to the page?

Regards, TC

it’s working now … thanks very much TC

great plugin ,

but how do i get the ‘name’ field next to the ‘email’ field … just like in the example on your website ?

http://demos.themecatcher.net/iphorm-examples/

many thanks

steve

Hi,

For some reason, when I test out the form, it is not sending to my organization’s .org email address. It does send to my gmail.com address, but I need it to work with the organization.org address, as this is where all forms will be sent, throughout the organization. How do I fix this?

Also, I am not receiving the auto-reply email when I test the form. I definitely have that checked off, and I have a custom email written. I just don’t receive it when I test, even though it was submitted and my gmail receives the form.

Form: http://meordev.org/get-involved/contact-us/

Thanks so much.

To receive support you will need to post a message from the account that purchased the item.

Hi. I’m curious about the “referring page” option under “Email Content” in the Notification Email Settings.

Can this referring page feature tell me what page the person came into my form page from? Meaning, if they came into the form page from the Contact Page and submitted the form, the Referring Page line would say: Referring Page: Contact

Is this how this works? Because right now, it’s not working this way for me. It’s only telling me the page where the form lives.

Yeah it should work that way, but it is broken. In the file iphorm-form-builder/includes/iPhorm.php search for this line
return isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '';
replace it with
return isset($_POST['referring_url']) ? $_POST['referring_url'] : '';
Regards, TC

A bad experience with this plug in, plug in free, and I do not have similar problems ….   money thrown in the trash

Sorry to hear that if you could tell us what the problem is I’m positive we can sort it out.

Edit: What I was trying to say in the previous answer is that you DO NOT need to set up any database tables, just leave the Database tab. It works fine without this.

Regards, TC

and what it means? Do you understand that I am not a web master? I want my money back Thanks, I thought it was easy to install the plugin

Hi,

i am getting the following errors on my website, can you please troubleshoot. Its presently in a staging environment and domain has not been pointed.

Header Warning: session_start() [function.session-start]: open(/tmp/sess_m1s9s3u95fgtbagabsrh7s88r7, O_RDWR) failed: Permission denied (13) in /home/**/public_html/wp-content/plugins/iphorm-form-builder/includes/common.php on line 31

Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/bffmlaw/public_html/wp-content/plugins/iphorm-form-builder/includes/common.php:31) in /home/**/public_html/wp-content/plugins/iphorm-form-builder/includes/common.php on line 31

Footer

Warning: Unknown: open(/tmp/sess_m1s9s3u95fgtbagabsrh7s88r7, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

It appears that you don’t have write permission to the /tmp directory, so our plugin cannot save session information. To fix this you should configure the PHP setting “session.save_path” to a directory that you have write permission for. You may be able to do this by:

1. Create this directory /home//tmp

2. Give the directory permissions 777

3. In wp-config.php add the line: session_save_path(’/home//tmp’);

Note: if this doesn’t work you may need to contact your host to ask them to set it up.

Hello, I’m sorry but I can not run this plugin I do not understand how the setting of the database. I must be a web master to use this plugin? I am not able to create tables, you can help me?

The database settings are kind of advanced usage. The form data is saved to the database as long as the first option is ticked in Settings -> Entries, allowing you to view the data in the WordPress admin.

Regards, TC

Hello, I would need to have a form on my wordpress website that is actually a multiple choice test. The form fields are multiple choice questions. If the wrong answer is chosen, a message with a hyperlink should come up telling them where to go to read more (hyperlink and message would have to be different to each question) If the right answer is chosen, the person is able to proceed to next question. Is this possible? Or how much modifications would it require and how costly it would be? Many thanks

Yes it is possible, the plugin has a feature called “Conditonal logic”, so when certain options are chosen you can show or hide other fields. So you could set up the next question to show only if the previous answer is correct and you could create a “HTML” type element containing the link and set it to show if the answer is incorrect.

Regards, TC

Thanks for a quick and comforting response. Couple of additional questions – thanks for your patience… 1) Can a multi-page form be set up or do all the fields of the form have to be on one page? 2) My coding skills are basic, (I do know basic html) so how difficult the adding of the html fields would be and setting the values “behind the scenes” and doing the conditional logic. Are you available to help? For a fee? 3) Also, after they have completed this little test, is it possible to set some kind of auto responder with “congratulations of completing your theory part 1…” where the persons name and the date they completed the test would be included? Or would this too require heaps additional coding? Thanks again. Many thanks,

1. Multi-page forms are not supported yet.

2. There isn’t any coding involved in this, just clicking buttons in the form builder. By adding HTML fields, I mean in the form builder click the button to add a “HTML” type element and enter your text/hyperlink in the settings for this. In your case you’d also need to tick “Enable element wrapper” to enable conditional logic for the HTML elements. Have you had a look at the demo? We can help you if you are having problems, we are unavailable for paid custom work.

3. Yes you can set up an autoreply after the form is submitted, you can set this up in Settings -> Email.

Regards, TC

Hello I just buy your plugin, everything working fine. But one error i have is that when i export the entries of the form to the CSV file, i dont get in the utf-8 format, my spanish characters dosent show okay. I hope you can help me with that… And also i am making the spanish language file also, so i can send you that files so you can give it to you customers as well.

Also i need a second license for my customer as well, how can i buy it from you?

Thanks Best Regards Icemanmx

That’s great about the Spanish translation, thank you :)

Regarding the UTF -8 problem – could you please send over administrator login details, your admin URL to the contact form on my profile page.

To keep your website secure, it is best if you could create a temporary user account just for us with the “Administrator” role, which you can then delete when we have resolved your problem.

To get a second license, you can purchase again on here and you’ll get an additional license download in your Downloads tab.

Regards, TC

Hello,

I had read previously that if I enclose the shortcode with the raw tags it would fix the GAP /SPACE issue I’m having with my form. It didn’t work. it’s not a huge deal, but this form is so nice that I would hate for something like this to hinder it’s potential, as I plan on using this form with other clients in the future. Thank you for your help. http://www.nevesroom.com/upload-assignments

Hi

This style in your theme CSS (style.css (line 47)) is causing the problem

body {
    color: #676761;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    line-height: 60px;
}
Reduce the line-height and it will reduce the gap.

Regards, TC

That did the trick! Thank you! I would have asked my theme moderators, but they always turn me away when 3rd party plugins are involved.

WARNING ! To potential buyers of this plugin. I am going crazy building forms. This plugin is addictive, fun and most of all so easy to use. I can’t believe it. Here’s my first Form (built in 20 minutes tops).

URL : http://siliconpost.com/help/contacts/request-a-quote/

What helped me was I studied the examples given by ThemeCatcher. Very happy with this purchase.

Robert M. :-)

Hello, very nice work, and easy to handle with, However i seem to have a problem with my contact form when dispayed in a pop up with Chrome and Safari. Checkbox doesn’t work. Not able to check. Is it a problem with my template? Can you see for yourself : http://www.madalaskar.com/contacts/ ( click on blue link ) Thankyou, Regards. ( sorry for my poor english )

This style in your theme CSS is causing the problem:

blackpepper/functions/includes/css_include.css?ver=3.4

Line: 35

form span {
overflow: auto;
}
Regards, TC

Thanks for your response, changed in overflow: inherit; and everything works well. Great job, Regards.

Hello How easy is it to use with spanish language? Any language file i can edit?

Best Regards Icemanmx

We don’t have a Spanish translation of the plugin yet. You can translate all front-end text strings from inside the form builder, by just changing settings. Also, you can also translate all text strings in the form builder by using our translation guide .

Regards, TC

Hello! I have a question ?? Its possible to download file after filling form??? How could I make that the users who have filled a Form could download a file or have access to one. Is it a possilble in your plugin?? Please give answer.

Yes it’s possible you set the redirect URL to the location of your file, in Settings -> General.

Regards, TC

One more question. When someone fill a form … where this data is sent? On specific email adres or directly to admin panel WP??? Let me know. I have to do something like CRM …

By default it sends the form data to the admin email address (you can change the recipients) and also saves the data to the WordPress database that you can view in the WP admin. You can also disable either of these.

Regards, TC

Hi, kudos on making such a excellent development tool. I’ve run into a bit of a snag and I’m hoping you can help.

I’ve recently restored a Wordpress installation from a backup and now one of the forms and its entries aren’t showing. The database seems to have all of the data intact. Here are some snap shots of what I’m seeing. Any help or suggestions would be greatly appreciated.

www.thebryc.org

It looks like the form config for form ID#2 is corrupt. It’s stored as a serialized array in the database, so if this was edited directly inside the database it would make the data unable to be unserialized correctly and this would cause the problems you are having. Did you edit anything about the form in the database? Can you try restoring just this form from the backup?

Regards, TC

Sorry, last post screwed up.

In wordpress, I used a shortcode to create a button, and I want the button to do the popup form. How do I add the popup code to the button code?

BUTTON CODE :
[div text_align="center"][button size="big" link= "http://mydigitaltimeline.com/admin/?page_id=443"]Order[/button][/div]
POPUP FORM CODE :
[iphorm_popup id=2 name="Order Form"]Change this to the text or HTML that will trigger the popup[/iphorm_popup]

Help please!

Can you send me a link to the page?

Regards, TC

Anything? Which JS file do I put it in?

ie.html5.js, jquery.form.js, jquery.js, jquery.validate.pack.js or script.js?

Thanks

I’d guess scripts.js, it will probably have already this code somewhere in the file

jQuery(document).ready(function ($) {
so inside this function there will be other code, but just add this in also
$('a[href="#show-form"]').click(function () {
        $('.iphorm-fancybox-link').click();
        return false;
});
If you can provide a link to the site I can see why it is not working otherwise consult a JavaScript developer.

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