6660 comments found.
I just purchased this plugging but can’t seem to find how to change the theme. color edges etc. Please help
You can change the form theme at Form Builder -> Settings -> Style -> Theme
Regards, TC
Hi,
There are these things I don’t use in my form but still they load to website:
date-picker.png file-upload-tick.png captcha-refresh-icon.png default-loading.gif
How can I toggle this images from website loading?
Thanks
Alessio
Hi
These images are preloaded in the JS after the page has loaded completely, so they wouldn’t slow down the page load.
To stop them being preloaded you would need to edit the file iphorm-form-builder\js\jquery.iphorm.js go to the bottom of the file and remove the images you don’t want. Note: if you update the plugin this change will be overwritten.
Regards, TC
Ok I managed to toggle everyone but not date-picker.png but never mind if is it not possible.
Thanks
Alessio
This image is only referenced in the CSS, search in css/styles.css for “date-picker.png” and you can remove that if you don’t need the calendar icon on the Date field.
Regards, TC
helo author, ask before buy can export pdf or word this submit data with own template?
There is nothing built in to the plugin to do this, so it will require custom development.
Regards, TC
owh is custom? how much fee?
Sorry we are not available for custom work. I think it would be cheaper to use another plugin that already has this feature.
Regards, TC
you know what plugin?
Perhaps Gravity Forms + https://wordpress.org/plugins/gravity-forms-pdf-extended/
There might be cheaper options if you search around.
Regards, TC
wow !! thx author!! 
Hi I am rebuilding the full site from therubicondeli.com to rubicondeli.com and wanted to download and install the software to the new server. I dont have the install file. How can I get that?
Can you contact the person who purchased the license for the therubicondeli.com and ask them if you can use the files and license key? The username is ninja88s on here if that helps. If you have access to the old site you can download the wp-content/plugins/iphorm-form-builder folder and upload it to the new site.
Regards, TC
Presale question does this form have the capability of having a drop down where users can choose if their interested in automotive for example then then because they choose that it breaks down into sub categories such as dents, so if they choose dents they get questions pertaining to dents etc,?
Hi,
You can use Conditional logic for this. You can set it up to show or hide a Drop down menu associated with a value from another one. See this page for details.
Here’s an example of Conditional logic. It’s not exactly what you need, but same principal.
Regards, TC
Hi, is that possible to use form who are already created with your wordpress plugin in “classical php page” (without any link with the wordpress website)? thx in advance.
It can be done through an iframe, we have a guide here, this is the only way you can do it at this time.
Regards, TC
No matter what I did for the past THREE DAYS, I could not receive a copy of my forms that were filled out. The recipient (form-filler) receives an email just fine, but I cannot receive a copy. I’ve taken a look a the settings only 17,403 times, I contacted my web hosting company to see if it was the mail server—it works perfectly fine, I tried re-creating the form from scratch again and again, but I still cannot receive a copy of my forms when they are filled out.
This has had big effect of the donations I been receiving for my political action committee because those forms are legally required… EXTREMELY frustrating. Any help is immensely appreciated!
We have a help guide here.
If you need further assistance could you please send over administrator login details and your admin URL to the contact form on my profile page.
If you’d prefer not to send us the main account login, you can create a temporary user account just for us with the “Administrator” role, which you can then delete when we have resolved your problem.
Regards, TC
Can this plugin be used with PayPal to allow users to submit payment with a form submission?
It’s possible now to redirect the user to Paypal to make a fixed price payment, see this page. We hope to add more functionality in the future.
Regards, TC
Hi,
is this form responsive?
What about the perfomance? Is it a light plug in or makes website slow?
Thanks
Alessio
It’s not responsive yet, but we have a guide here for it.
I wouldn’t say it was a light plugin and I wouldn’t say it would make your website slow. If you use a caching plugin like W3 Total Cache, Quform is compatible with that.
Regards, TC
WOW! Very easy to use and it works great. I love the fact that you can also match the captcha design to the background and color scheme. Thumbs up!
Hi There
Amazing form.
I have to issues.
1. I send you a PM about licence and wait for a reply. It is urgent.
2. Is it possible to use this form with XML-RPC ?
Thanks and Regards
Hi
I sent you an email.
There is nothing built in to support XML-RPC, so it would require custom development.
Regards, TC
Why is the submit button not a field that can be seen and visually adjusted in the form builder? I would like the submit button to be in the right column of a 2 column layout. Possible?
Hi,
We agree, it will be more flexible in the future. There is a solution in this example form. Could you use it as a starting point?
Regards, TC
Hi Admin,
It’s a comprehensive plugin i ever seen. I have a question ? Do i receive Yahoo Mails to my Email ID using Quform plugin.
Hi
You will be able to receive emails at Yahoo if your web server is able to send emails. You shouldn’t have a problem, but if you do you can contact us again.
Regards, TC
hi there! This plug in can be tracked with Google Analytics?
Hi, sorry for the delay
Yes you can track form vists by adding an HTML element to the form (from the “More” tab) and add the tracking code to the content.
You can track submissions by adding the tracking code to the success message content at Form Builder -> Settings ? General ? Successful submit options ? Message
Regards, TC
Great! Thanks!
Are users able to load pictures to post content? E.g you upload the picture via “image upload” etc and then it will appear on the page. In the backend it would look like this: http://www.upload.ee/image/4447817/image2.jpg
Hi
Sorry for the delay. We have a guide for creating posts/pages from the form data here.
If you add this code on line 5 of the first code block it will add the image to the page:
$image = $form->getValue('iphorm_1_5');
if (isset($image[0]['url'])) {
$content .= '<img src="' . esc_url($image[0]['url']) . '" />';
}
Replace iphorm_1_5 with the unique ID of the File Upload element.
Regards, TC
Hello
Is it possible to add paypal to your contact form?
It’s quite simple to have the form redirect the user to Paypal to make a fixed price payment. We have a guide for that here. For more complex requirements it would be easier to use another plugin with built in payments support.
Regards, TC
Hello.
I wanted to use QuForm to create a “Was This Helpful” function like…
http://codecanyon.net/item/was-this-helpful/7415852=========
I can mimick a form like this using QuForm
BUT…
The only thing I needed to know is if there is a way to get the title of the Page or the Post to be pre-populated within the form’s “title” field or it’s email “title” so that we know which Page or Post was commented on.
Add a Hidden field and at Default Value choose Insert variable… then “Form post/page title”.
Regards, TC
Hi,
Is it possible to duplicate Groups? This would save me time to insert elements for each of the 10 groups I have to develop. All the groups have several of the same elements, but only changes one of them. So creating each separate group would be more repetitive work. Any ides. Thanks!
Ideas…
Hi,
Sorry, it’s not available just now. It is something we agree should be in Quform and it will be developed.
Regards, TC
OK, ..Good to know that this will be a new feature to help complete repetitive elements, groups, etc..Thanks!
Hello,
I’ve send 2 messages to your profile, please help me to solve the problem. thanks
Forget it Everything is okay right now. It is just because I use flash uploader. I like your work, man! thumbs up
Hi TC,
I would like to place the error wrapper on top of my fields, but with some other features: a) The error message should go away when user click the field once again b) The error wrapper should be slightly transparent
If this is not possible easily, another good looking solution will work!
When form submitted and errors occur, the error style should not be a wrapper below the input field, but the input field border color should change red and when the user click the input field once again, it should go back to normal. I hope I did describe my vision properly 
Please help. I have tried to look in previous comments and found only one useful comment, but unfortunately it was not enough:
.iphorm-outer-[ID] .iphorm-element-wrap {position: relative;}
.iphorm-errors-wrap {
position: absolute;
right: 5px;
text-indent: -99999px;
top: 10px;
}
.iphorm-errors-list > .iphorm-error {padding: 5px 13px;}
Cheers, Kenn Nielsen
Hi,
Try this. It will hide the error message once the user starts to amend the field with an error.
Add the HTML element to your form and paste in this code:
<script>
jQuery(document).ready(function ($) {
$('.iphorm-element-text, .iphorm-element-textarea, .iphorm-element-captcha').keydown(function () {
$(this).closest('.iphorm-element-wrap').find('.iphorm-errors-wrap').fadeOut();
});
});
</script>
Regards, TC
Where exactly do you want me to paste this code?
You would add this to the HTML element. So where you add fields to the form, click the “More” tab and click HTML, then go into the Settings for it and paste in the code to the HTML option.
To answer your question about transparency, add an opacity to the .iphorm-errors-wrap block from the code in your post:
opacity: 0.5;
Regards, TC
Great thanks TC!
I used click event instead tho:
$('.iphorm-element-text, .iphorm-element-textarea, .iphorm-element-captcha').click(function () {
$(this).closest('.iphorm-element-wrap').find('.iphorm-errors-wrap').fadeOut();
Last question.. Do you have a good solution for me, to place and match the error wrapper exactly on top of field wrapper? The solution given in original posted comment, is not good enough, as the position is absolute. I cannot match each error wrapper to its corresponding field wrapper size.
Cheers, Kenn Nielsen
Hi,
Unless you want to move the error message relatively from it’s default position you would need to use absolute positioning.
You can however use each unique element ID to position the out of line error messages into the correct position. Like this example:
.iphorm_1_2-element-wrap .iphorm-errors-wrap {
right: auto;
left: 0;
}
There is another possibility, to use the .iphorm-element-error class to style an element within it (like the label or field), and use the JS to remove the class when user starts to type.
Regards, TC