6660 comments found.
The captcha code is not working correctly on my form I created. I place the text in exactly as the captcha box displays but I still keep getting an error that says they do not match. How do I fix this?
It must be a problem with PHP sessions on your server or a conflict with another plugin. Can you try with other plugins disabled?
To find out if there is a PHP problem with sessions you may need to enable WP error reporting/logging and see if anything shows up.
Alternatively you can use reCAPTCHA.
Regards, TC
How do you include the variable of the logged in users first_name + last_name in a form generated html email?
Current code (which is not working):
On {submit_date|l, jS F Y}, {first_name} {last_name} has {Approval Needed|2} the most recent task.
They are not supported, but you can use {user_display_name}? If you want to add these 2, you’ll need to modify the function getPlaceholderValue2 in includes/iPhorm.php lines 2937 – 2998 to include another case for these values.
Regards, TC
Hi TC,
I wanted to build on the ability to use QuForm as a total replacement for wp-login.php registration form/login form/ forgotten password.
I’ve followed your guide here: http://www.themecatcher.net/iphorm-form-builder/create-user.phpand inserted the code block into my theme’s functions.php
1) I’d like to ask about how to create the usually seen registration form features like: - “sorry that username” is already taken validation - password strength meter
2) Also how can we use QuForm as login form with Remember Me & Lost password functions?
3) Would a profile/edit profile form with user profile picture be possible ?
This would be a wonderful additional use for QuForm.
A guide and working example would be a real help.
Thanks !
1. For the username you’d need to create a custom validator, check $value with the username_exists functions and if so return an error. A password strength meter you would implement on the input field with custom JavaScript (plugin?).
2. I’m not sure how to do this, I can give you some general advice but you would need to figure this out yourself. Create a login for with a post process hook function (like you create user one) but this time it logs the user in using wp_signon. You’d maybe also want to set the form to redirect on success to pick up that they have logged in.
Lost password looks trickier. You could write a form post process hook with a modified version of the retrieve_password() function from wp-login.php
3. Possibly, but not sure. You could use the “Dynamic default value” functionality in Optional element settings, with a filter hook for each field to pull the user data using get_user_meta. Write another post process hook to pull the form values and update the data using update_user_meta.
I don’t have time to write a guide for this any time soon, but I will put it on the list. Hope this helps.
Regards, TC
Hello, ThemeCatcher :^)
Is there a simple way to show simple datepicker without input field? Thanks a lot 
Can you find out the unique ID of your element, then add this CSS to your theme stylesheet, replace iphorm_X_X with your unique ID.
.iphorm_X_X-input-wrap .iphorm-input-wrap-date-select-wrap {
display: none;
}Regards, TC
Quick question. How do I change the width of the text boxes. I want to give a width value to the boxes. Can you give me the code and where to place it if that’s what I need to do?
Thanks
Go to element settings, Advanced tab, add a CSS style “Text input” and enter your CSS width e.g.
width: 250px;You can also go this in the Group Settings or for all inputs at Settings -> Style.
Regards, TC
Hi there,
First of all, congratulations for your work.
I have placed a form inside a sidebbar and the borders of the form disappear a little:
http://www.elmiradordeiznajar.com/prueba/wordpress/?page_id=63
Any idea to fix it?
Cheers, jczafra
Your theme has a CSS style that is setting the textarea a fixed width, /themes/dandelion/styles.css line 1701
textarea {
border: 1px solid #CCCCCC;
border-radius: 3px 3px 3px 3px;
font-family: Arial;
font-size: 13px;
height: 150px;
padding-bottom: 8px;
padding-left: 5px;
padding-top: 8px;
width: 300px;
}Regards, TC
5 stars
Ok, I found a way, kind of, by adding a style to the outer wrapper of 100% width. Haven’t figured out the column system yet, so I can’t confirm if the columns would adjust accordingly, but working on that now.
Brent
Columns also have no fixed width and are based on % proportions, you may need to reduce the width of the inputs with CSS (or have them % based) to look ok when smaller.
Regards, TC
Just curious, but the forms created using the demo don’t seem to change based on browser width? Can this be used in a responsive theme effectively?
Brent
There are no fixed widths by default, in the preview the outer wrapper is a fixed width, on your site they will grow or shrink to fit the container.
Regards, TC
Plugin looks great, just what I was looking for. One question before I purchase: Can entries for different forms be delivered/forwarded to different email addresses? Or are all entries only available via Wordpress dashboard?
Hi,
Yes, you can set multiple (and different) email addresses and BCC for each form. You can check out all the Email options in the Demo, in Settings – Email.
TC
Currently only the Administrator can view the admin panel. Is it possible to show the admin panel to the editor users? It can be useful to show them the entries list.
Thanks.
P.S.: Great plugin! 
Yes you can give those capabilities to other roles with a role management plugin e.g. Members.
Regards, TC
Hello. Plug-in looks great. I was wondering if it is compatible with WP MultiSite at all?
Many thanks
It works on multi-site but the license if for one domain only, if the other sites are set up on subfolders it will be fine.
Regards, TC
Hey,
Great plugin. Is it possible to transfer the license to a different site? Ended up not needing it for the site I just set it up on a few days ago and wanted to transfer it to my other site.
Thanks
Yes, just verify again on the new site using the same key.
Regards, TC
Hi TC,
Can this form be used as a complete replacement for wp registration page? If so, how ?
We have a guide for creating a WP user from the form data if this helps?
http://www.themecatcher.net/iphorm-form-builder/create-user.phpRegards, TC
Fantastic TC, but what if I need to add fields to wordpress registration ?
You would then customize the code inside the function to add user meta data from the values of other form fields.
Regards, TC
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.
Can you set the “From” address (for both notification and autoreply emails) to Static email address, and enter an email address that is associated with your hosting account. It sounds like your hosting is blocking the emails. If that doesn’t work you can try setting it up to send via SMTP , at Quform -> Settings.
Regards, TC
Right now we are working off a different server (meordev.org), but our email host will be “meor.org,” which is where we are switching the site over to once we are finished updating it. Will this solve the email problem, since our email addresses are “meor.org” addresses?
Thanks.
I tried both of those solutions, neither worked. Spoke to my host, they are not blocking any emails. They said we are under SMTP , so I did switch it to that, but that did not help either—in fact, now i just get an error message when I submit the form.
Any other suggestions?
Thanks.
I sent you an email about this.
Successful submit redirect to another page is not working correctly. Is there a way to troubleshoot why this would be happening?
http://www.amptopia.com/free-trial/It works for me, did you get it sorted?
Regards, TC
It appears that it’s not the form, its the company they are using for marketing automation. Once they map the form, then the redirect stops working. I asked my client to pass the issue along to the other company. Thanks for replying!
Okay, that form was not mapped by the other company…this form is: http://www.amptopia.com/register/ from your end do you see any issues with why the redirect won’t work? The mapping company is claiming that its the code of the plugin…so I’d like to have a good “come back” to their claim. Thanks!
I’m stumped, it does not send the Ajax request with the form data correctly, but I can’t find out what would cause this to happen and there aren’t any errors. Could you send me admin login info and FTP details to the contact form on my profile page and I can debug this further? Can you tell me if it works with other plugins disabled?
Regards, TC
hi
pre sale question
is there a way to pull form data to post or make a user login or register form ?
what i mean a user can submit a post without a specific role or make a register form that actully use the fields in the forms to register the user information.
We have guides for this:
How to create a WordPress post from submitted form data
How to create a WordPress user from submitted form data
Regards, TC
For example I have Quform form on my site. And somone fill fields like name, surname, email, company and message. Then e-mail with that filled form is sent to me. And I need to see the source of that e-mail. Please give some sample in HTML . Is this similar like this below? I`m waiting for your answer
<p>
<head>
</head>
</p>
<p>
<title></title>
<style type="text/css">
pre.mscrmpretag { font-family: Tahoma, Verdana, Arial; style="word-wrap: break-word;" } </style>
</p>
<p>
</p>
<p>
<base target="_new" />
This message was sent <br />
Name: test<br />
Surname: test<br />
Company: promoship<br />
E-mail: test@promoship.pl<br />
Message: bla bla bla<br />
<br />
</p>
The default email uses tables and inline styles and looks like this: http://i.imgur.com/K1Udv.png
You can customize the email content yourself, in the demo go to Settings -> Email -> Customize email content.
Regards, TC
Hi. On my wordpress site I am having issues with two forms I have created. On one page, I’m unable to have either of the forms go directly onto the page, but the popup option works fine for both. On another page, I am unable to use the popup option but the form works fine when it’s directly on the page. ?? The two pages have the same template and parent page. Also, can I add a type in option when someone selects “other”. Thank you
1. Can you send a link to the pages where this happens?
2. Add a new “Single Line Text” field for your other and in the settings go to the Optional tab, tick “Enable conditional logic” and set the rules to Show if <your select> is “other”.
Regards, TC
I took the site offline, I wasn’t comfortable having it up when it’s not ready to be live… I emailed you credentials.
I replied to your email.
Awesome.. works like a charm, thanks again 
Hi there,
I have a similar question to the person above 
How can I make my form open from an image button?
Ta
Put an image tag inside the form shortcode…
[iphorm_popup id=1]<img src="http://link.to/your.button.jpg" />[/iphorm_popup]Regards, TC