6660 comments found.
does it support greek letters ? many contact form plugins when you add greek letter in the form you get an email with chinese letter….
I tested it with every Greek letter and they all came through fine in the email.
Regards, TC
Is it possible to make it so someone inputting a date for an appointment can’t put in a date in the past?
I sent you an email about this.
Regards, TC
Hi, I don’t understand but since yesterday, when I adding some item in the form like Single text, all the plugin freeze and i’m not able to drag and drop the item ?
Thanks in advance
It sounds like it may be a conflict with another plugin, I can take a look for you. 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.
Regards, TC
Hi,
I really like the plugin – Would have some ideas to enhance form builder to “lead widget creator”. There are some landing page plugins out there – for example maxinbound also have a css button creator what would fit too fine. But all systems are finally submitting an URL as action – when you let the form submit via an URL than nearly all would be done. Is this possible yet?
Last thing maybe implement calculator sliders like in attached link & finally simple let “call the action” (= submit form) via an URL (to implement in the button solution) -> And all would be done.
When submitted -> Mail with details go out. You can see such sliders here: http://unisex.direkte-leben.de/
Would be nice to get an feedback!
1. I don’t believe I am understanding your first question 100%, so I will answer it twice.
1a. It is possible to submit the form with a separate button with custom JavaScript. When we do include better support for this, it will require less code to do it, but the result will be the same.
1b. If you want to submit the form data to another URL we have a guide here. We also have guides for MailChimp aweber etc, if you go to our website then How to… on the menu.
2. It’s also possible for you to implement sliders with your own custom code, you can then set hidden form values with the values from the slider callbacks, you will need a JavaScript developer. We will be looking into developing support for a calculator based on the chosen form options with optional integration with PayPal, but we haven’t started this yet.
Regards, TC
When Exporting to excel, special characters appear like & # 0 3 9 ; in the excel file. Is there anything I need to adjust.
It’s a bug, in iphorm-form-builder/admin/admin.php search for this code:
case 'email':
// Email elements: remove <a> tag
$row[$field] = trim(strip_tags($row[$field]));</a>replace it with:default:
$row[$field] = html_entity_decode(preg_replace('/<br />/', "\n", $row[$field]), ENT_QUOTES);
break;
case 'email':
// Email elements: remove <a> tag
$row[$field] = trim(strip_tags($row[$field]));</a>Regards, TC
Re: I do have one question: I have a few forms in my site, and I would like to save some fields with cookies so they would show up in other forms on the site. How can I do that?
I’ve added the code to the functions.php of my theme and made my fields dynamic but it does not work. How can I check the cookies are being written and whats in them. I looked and cant find them on my machine.
Can you please help?
The guide I posted has an error in it. These lines:
$_COOKIE['quform_name'] = $form->getValue('iphorm_X_X'); // Change to your name field unique ID
$_COOKIE['quform_email'] = $form->getValue('iphorm_X_X'); // Change to your email field unique IDShould actually be written as:setcookie("quform_name", $form->getValue('iphorm_X_X'), time()+60*60*24*30); // Change to your name field unique ID
setcookie("quform_email", $form->getValue('iphorm_X_X'), time()+60*60*24*30); // Change to your email field unique IDRegards, TC
Hi there,
Can you tell me how to alter the colour and amount of transparency (if possible) for the overlay behind the popup.
Ta
If you are using the shortcode for a popup you can pass in the following option to set the color and transpareny, set overlayOpacity to a number between 0 and 1
[iphorm_popup id=1 name="Contact us" options="{ overlayOpacity: 0.8, overlayColor: '#abcdef' }"]Regards, TC
Fixed
Hi
im getting this message “an error occured submitting the form” cosmeticosmarifer.com.mx/contacto/
Is there a way to change the size of the date and time buttons? Or to make it compatible with iPhone/iPad rollodex date picker? The issue I’m having is that the popup form buttons are too small to click on a Smartphone
We will be making some improvements in the next version to make Quform much better on mobile devices. For now, If you want to increase the size of the fields (if you are not using Uniform) go to the Element Settings – Advanced tab – Add padding: 7px; for example into; Date day dropdown, Date month dropdown and Date year dropdown. Same process for time element CSS fields.
Does that help?
TC
No TC, that didn’t seem to work for me. It seems the date/time elements are buttons. I’m able to add custom CSS to the other elements. I uncheck uniform and also tried using no theme. Am I missing something?
If Uniform is unselected (Settings – Style – Uniform) it should go back to standard select fields… ?
Do you have a link to the form you can send me? Via Profile page (private) or comment here. Also what browser and device are you using to view the form?
TC
Hi,
I absolutely love this purchase! I’ve gotten what I needed from it but now it seems that most of my web traffic uses a mobile device. After some months of careful look at how our content gets accessed, it would be very beneficial if the forms could be responsive.
Perhaps they are already and I just haven’t been able to find that feature. If would be great to have the forms that are in place already and be responsive with @media queries or some other method to conform to iPhones, Android phones and other mobile devices. That would be the ideal solution, but if that’s not accessible would there be a way for the forms to be a bit more mobile-friendly overall?
Please advise,
thanks in advance.
Hi,
We plan to make responsive options in the next version. You should be able to get the forms to be responsive using responsive theme, by making sure all widths and padding are in % or/ and you can add the @media queries to the theme framework. Unfortunately it’s not been tried and tested yet (well not by us), so I don’t have much advice at this stage. It is something high on the list for later.
TC
I sent a message on your contact form form for a support question, but no answer yet, not sure if that was the right place to ask.
That is the best place to ask. Sorry about the delay, I’ve sent you an email.
Regards, TC
Is it possible to have a dropdown of names and when the user selects that name it will send an email to that persons email address?
Example: http://contactform7.com/selectable-recipient-with-pipes/
I dont like contactform7 so let me know if yours can do this.
Yes, you can set that up at Settings -> Email in the form builder.
Regards, TC
I managed to get the validation to work for the dropdown menus by having the first option in the dropdown with a blank value.
Is there a way to validate the Time and make sure the user didn’t forget to select the Time, since the Time has a default value the validation doesn’t work.
many thanks for your continuous support.
There isn’t an easy way to do this, the only reasonably simple way I can think of is to use a “Dropdown Menu” and enter an option for each time and employing the same technique you used to set the first option as empty. I’ll make a note to see if this can be improved in a future version.
Regards, TC
Is there a way to have dropdown menus without the first option selected as the default?
right now, when the user forgets to make a choice from the dropdown menu, the first option is selected and the validation will not consider the dropdown empty.
Hi There, Pre-sales question: I am using a secure form (via SSL ).
Form action needed: 1. Viewers enter info via a secure form page, 2. website owner gets notified only that someone has filled in the form (no form data sent), 3. website owner retrieves form info from the website. I don’t want entered form info being sent via email to website owner. Is this doable?
Thanks
Yes, in Settings -> Email you can untick “Send form data via email” and nothing will be sent.
Regards, TC
Please disregard the above. Have found my error and it works perfectly. Thanks
Hi
I contacted you some time ago with a question on how to incorporate Campaign Monitor. I seem to be having some problems with adding the suggested code to functions.php and it just keeps coming up with “an error occured submitting the form”. ?
Thanks
Hello,
Thanks for your quform, awesome!
Just a question. When I put the shortcode in a page, above and under the quform, there is a “raw” still displayed. How can I solve it?
Many thanks for your help
Regards,
GP
Please see the FAQ page, 3rd bottom.
Regards, TC
I enabled mbstring and it works now. Thanks