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’ve got a question.. I’ve bought two licenses so far, but now I need a third one..

Isn’t there one license for more sites?! eventually this one will be more expensive than Gravity Forms and in my opinion Gravity forms is a little bit more expanded than this one..

I sent you an email.

Regards, TC

Hi, before buying your plugin:

1. Could I apply conditional logic to populate specific data into a hidden field based on form values? 2. Could I restrict form access only to logged in users? 3. Could I restrict logged in users to submit a form ONLY once?

Thanks for your time.

1. No you can only use conditional logic to show/hide fields.

2. You could do this by wrapping the form shortcode in a shortcode of another plugin that will only show the content to logged in users.

3. Hmm, you could create a post process function to set user meta data that they’ve submitted the form. Then modify the plugin to check the meta data before displaying the form. So yes, it is possible with customization.

Regards, TC

hi

thanks for you answer

1. is there a place to edit and stop replacing non english letters with dashes ?

2. i just notice if there is all ready a file name exist to the one you trying to upload the form failed with a message:Upload error.

i think it’s a bug and need to fix with precheck of the upload dir or add random chars to the new file name.

can you suggest a method to fix it for now ? if you planning to release an update just update me so i will no if i can wait.

thanks

1. If you open includes/common.php and search for

$filenameFilter = new iPhorm_Filter_Filename();
you’ll find the code. There are 2 occurrences, one for single upload fields and one for multiple.

2. This does not happen with the original code. If you look at the function iphorm_save_uploaded_file in includes/common.php we generate a new filename if one already exists with the same name.

Regards, TC

How can I set things up to have a slider graphic link to directly open a pop-up form. I have a slider image that I’d like to link directly to load the pop-up form rather than go to a page with the text link.

You guys have been incredibly helpful and the form is working perfectly!

Thanks for the response. I’ve inserted the script you gave without much luck. The graphic still does not link to the pop-up form. Here’s what the slider page code looks like…

<img class="aligncenter size-full wp-image-1815" title="sign-up" src="http://simplycivic.com/wp-content/uploads/sign-up.png" alt="Newsletter Sign up" width="960" height="400" />

[iphorm_popup id=1 name="Newsletter Sign Up"][/iphorm_popup]

<script type="text/javascript">
jQuery(document).ready(function ($) {
   $('#1814').click(function () {
       $('.iphorm-fancybox-link').click();
   });
});</script>

and here’s the page url – http://simplycivic.com/slider/sign-up-today Any help would be appreciated. -E

Can you try this code

<script type="text/javascript">
jQuery(document).ready(function ($) {
   $('.wp-image-1815').click(function () {
       $('.iphorm-fancybox-link').click();
   });
});</script>
Regards, TC

Thank you guys! You have been incredible to work with. Thanks for your great customer service.

plugin literally just freaked out outta nowhere. had to disable it. it shut my whole site down, if you want, i can reactivate it so you can see the error

Could you copy the error and paste into the contact form on my profile page?

Regards, TC

Great job on the plugin ThemeCatcher! It does more than I ever thought it could do!

I have a question about the file upload as it relates to ipad and iphones. Is there a script that allows the selection of a file from your ios device when you click on the file upload button?

It works great on a desktop! My client uses his ipad all the time and I know this is going to be an issue for him…

Any advice or thoughts would be a great help!

As far as I am aware, you actually can’t upload files using an iPad or iPhone through a web browser. I don’t have a device to test or know of any workarounds.

Regards, TC

How do I go about integrating a Quform so that the results are added to an Interspire database?

I know I’ll need to create the form/contact list in Interspire first, I’m just not sure how to map the form fields between the 2 and have the results added.

If they have a PHP API you could use a similar function to the MailChimp and Aweber guides we have.

Regards, TC

hi i have baught the plugin great

i have an eror message when activating the plugin

Warning: session_start() [function.session-start]: open(/var/chroot/home/content/92/7379492/tmp/sess_dfea781ma85d2rrjgqd6k2sbs5, O_RDWR) failed: No such file or directory (2) in /home/content/92/7379492/html/wp-content/plugins/iphorm-form-builder/includes/common.php on line 31

Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/92/7379492/html/wp-content/plugins/iphorm-form-builder/includes/common.php:31) in /home/content/92/7379492/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/content/92/7379492/html/wp-content/plugins/iphorm-form-builder/includes/common.php:31) in /home/content/92/7379492/html/wp-content/plugins/iphorm-form-builder/includes/common.php on line 31

how can i fix it ?

tnx

It looks like PHP sessions are not set up correctly on your server, could you set it up properly or ask your host to do this?

Regards, TC

what do you mean ? this is godady hosting

i don’t think there will help me

how do i set it properly i will try doing it my self tnx

In this video the error is the same as yours and he fixes it. There are probably a lot of web pages you can find via search engine with guides on how to fix this.

Regards, TC

How do I make a text box a paragraph box where my visitors filling out the form can enter several lintes of text into one paragraph style input box? Currently I just see one line text boxes.

On the right hand side in the form builder, where you add an element click “Paragraph Text”.

Regards, TC

Hi, everything on the admin part works now fine. Very easy to set up a form, indeed. But when I include the form into a page, the parts where you should upload a file do not show (only the headline shows). Everything else shows just fine. And in the preview the upload parts do show. What might be the problem? You can see it on this test page (http://infotropic.ru/?page_id=607), the file input sections are at the very end. I disabled all plugins except the quform plugin – didn’t help.

Your theme has altered the normal ordering of the WordPress filters such that the wpautop filter is run after shortcodes are parsed. The result is that extra <p></p> tags are printed all over the form including the JavaScript, which can cause extra spacing, break the JavaScript and preventing the form showing if you have conditional logic.

The solution is to move the wpautop filter so that it’s run before the do_shortcode filter. The author of your theme will be able to tell you how to do this or provide a workaround.

Regards, TC

OK, planned to change the theme anyway. Thanks.

Is there anyway to set a fallback email address if the user does not put in an email address on a form? Much like a system email address to be set as “From:”.

It will fall back to the “Static email address” that you set in Settings -> Email if the submitted email is empty.

Regards, TC

OK – took me a bit of time to find it but the redirect is in the Settings – General…..

hi

i’m using one of the form as “share post by email” using the auto-reply function.

is there a way i can alter the message the user is writing in the textarea before the email is sent ?

exaplin: let’s say the user paste a url in the textare and i want to format it as hyperlink before the autoreplay email is actually sent.

just remembered one more thing that i asked all ready: is there a way to check a file name is in english letters before is uploded without modify the plugin files ?

thanks

Perhaps this guide will help. $mailer is a PHPMailer object that you can modify.

There is no way to check that the file names are only English before uploading without modifying the plugin. Any non-English characters are stripped by default.

Regards, TC

Is possible integrate GMaps for geotagging form results?

I’m not sure exactly what this involves, can you be more specific?

Regards, TC

Hi There

Great plug-in love it. However is there a way to automatically redirect to a new page once user has sent email. Perhaps to a confirmation of email sent—and then to a new url or just directly to a new url??

Thanks Phil

You can set it to redirect by going to Settings -> General -> Successful submit options.

Regards, TC

Hello, i`m trying to use the form to send a different extension (.lrf), it shows the file as sent but i cant see in the entries and can’t see in the email.

All another extension files as jpg, png, zip, rar works… What can i do?

I sent you an email.

Regards, TC

Hi, Can i import names and email addresses as entries. I know you can export them. Thanks.

No, it’s not possible to import entries.

Regards, TC

HELP !

Everything is awesome with this plugin but I issue…

I’m having a problem with the “Autoreply Email”. Is there something special I need to do? It sends the email to the main recipient but fails to send a copy to the person filling it out.

Any help would be greatly appreciated.

Thank you.

Can you make sure that you have an “Email Address” type element in your form, not a “Single Line Text” that you have labelled “Email”.

Regards, TC

Hi

I got the license bit done your site is back up :-) was down for 1 hour or so…. ;-)

I created my forms easy part as you made a great plugin….. forget G…F.. this is much better.

Anyway I only have a problem with the upload. I tried checked changed permissions. Paths and so on but I still cant upload.

Dont know what else to do really..

Any help pointers ?

Thanks

HI TC

Tried all that before does not work.

I run it on striking never had problems with it yet.

disabled all plugins as well… no go

What else ?

Thx for Support

HI Tc

I get closer with help of my host

Upload works now but

Script uploads to /html/wp-content/iphorm/ in your instrucktions you wrote the paths needs be /html/wp-content/uploads/iphorm/ i changed that in the form but still it loads into the other directory.

After the files have been uploaded and i click send. I get no confirmation text above the form. without the datei upload it works as normal

the files names are like this on the server: iphorm00sYYm iphormDSE2Cu and no file extension

Any Help and Ideas ?

The files you are seeing there are temporary files which should be moved when processed by our script. If it was working properly they would be uploaded to the directory you specified and it would have the correct file name.

Could you please send over administrator login details and your admin URL . 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.

Regards, TC

Hi, I get an “An error occurred verifying your license key, please try again” message when verifying the license key. Repeated several times, all the same. Checked the source (as mentioned in the FAQ ), there is nothing before the DOCTYPE declaration. Took the license key from the CodeCanyon download section. What are my options?

Oops, excon was quicker. Same problem. ThemeCatcher site is down.

Yeah sorry about that, it should be fine now.

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