gui-yem
- Bought between 10 and 49 items
- Exclusive Author
- France
- Has been a member for 3-4 years
- Sold between 1 000 and 5 000 dollars
163
Purchases
Buyer Rating:
4.00 stars
4.00 average based on 23 ratings.
-
5 Star
1460%
-
4 Star
28%
-
3 Star
313%
-
2 Star
14%
-
1 Star
313%
| Created | 30 October 12 |
| Last Update | 22 May 13 |
| Compatible Browsers | IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | PHP 5.x |
| Software Framework | Zend |
| Files Included | JavaScript JS, HTML, CSS, PHP |
© All Rights Reserved gui-yem -
Contact Envato Support


Technical Support
For a fast response send me a private message via my profile.
When I open the sample file in the download, I only see the code, no form at all??
read message in your mailbox.
it does not want to install in to wordpress
please post your message in the right forum (wordpress version).
Thanks
Hello, I have a bad day haha Everything works fine, but I can not change the default height of the message field. Where I can change that parameter?
Thank you very much for your work;)
You can specify the height for textarea HTML field by using the style attribute for textarea HTML element.
Example:
<textarea id="message" name="message" class="required shadow" minlength="2" style="height:150px" ></textarea>Perfect! It’s fixed. Thank you very much
I love the captcha there! Creative bro
thanks for comment.
Just wanted to offer a nice “Thank You” to Gui-Yem for this fantastic piece of code.
It wasn’t the easiest thing I’ve ever worked with, but it certainly wasn’t the hardest and more importantly, it’s well worth the $6USD.
Would also like to mention how happy I am with the level of service Gui-yem offers. Quick response, simple instructions… ...exactly what the average user is going to be looking for.
Once again, Thank You.
hi, please, let me know: - Can the customer been not redirected to a new page when email is sended? I mean, I would like the user stay in the same page after send the form. - Can the user receive a copy of the sended email info? - Can this form been included in a html page? or it need to be a php page necesary?
thank in advance! best regards!!!!!!!!!!!!!!!!!!
As you can see in demo the user stays in the same page. It AJAX form validation.
There is a feature to send auto-response. You can specify your own text response.
You can include the form in PHP page but PHP must installed on your server to send email.
Agree with me that you failed to help me, so that i can get my money back please. Thanks.
I can’t help you if you don’t ask help.
What is your question ?
Hi, thanks for this nice script. But I have some problems during my installation. When I send my contactform I’ve got the message “Your message wasn’t send out, Some Entries are incompleted” (translated). In treatment.php I removed the $contact->setRequiredFields and in my header I set no rules. So how can I find out which field is missing?
If you have no required fields in your form you need to use this synthax :
$contact->setRequiredFields(array());
that will reset the default value for requiredFields (array(‘recipient’, ‘mail’, ‘subject’)).
If you need more help send me a private message via my profile i will check your source code.
hello, i tried many times to install the form. it is very very complicated. for some reason, after sending i get the message that: my email cant b send cause the entry is not complete. i have no idea why. i am clueless.
If you have this message “entry is not complete” you need to check your required_fields configuration.
Open the file “w2_acf/action.php” and check the line :
$contact->setRequiredFields(array('recipient', 'mail', 'subject', 'message', 'phone', 'datebirth', 'country', 'version', 'website'));You need to configure the required fields for your own forms.
You can read the comments in the source code to have more infos about form configuration.
Also you can find lot of information in the documentation.
thanks very much. all is solved! great job!
and thanks for the quick reply!!
The form seems to work well, but every time I try to send an attachment, I get this error:
Warning: move_uploaded_file(/var/www/html/ticket/w2_acf/uploads/vebch.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /var/www/html/ticket/w2_acf/w2ContactForm.php on line 937
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move ’/tmp/phpnaODZs’ to ’/var/www/html/ticket/w2_acf/uploads/vebch.jpg’ in /var/www/html/ticket/w2_acf/w2ContactForm.php on line 937
Notice: Undefined index: in /var/www/html/ticket/w2_acf/w2ContactForm.php on line 611
Hi, It seems there is something wrong in your server configuration. Check you have the right chmod (755) for the folder w2_acf/uploads/
Hi, If i drag nospam contol… than “send” button show. I want add “clear” button right side of “send” button. “clear” function is clear all input text. How to make it?? It’s possible??
You can do something like that:
<div class="block_element_form"> <button type="submit" class="btn_send shadow" style="display:none;"> send <span></span> </button> <button type="reset" class="btn_send shadow" style="display:none;"> clear <span></span> </button> </div>Brilliant form, just one thing…
Is there a way to display the form values in the responder so the customer can see what they have selected?
hi,
send me a private message via m’y profile and i will send you an update to be able to add the form value in the auto responder message.
Fantastic product and even better support. Would give more than 5 stars if it were possible.
If you never ever worked with forms or php… don´t worry, this product is as simple as it gets!
I’m a designer, no training in PHP and i manage to execute my form very easily and fast.
Also, the support is amazing, patient and very fast on it’s answers.
The best thing I ever bought
Strongly recommend it!
Thanks for nice comment and portuguese translations.
hi, i’ve purchased the form. and it works great.
but i can’t get the google adwords convertion code to work properly. i tried to put the code in the autoresponder place but it doesn’t work. is it possible with that form, that after submission, the page will be redirected to another “thank you” page?
you need to use the “success submit” callback to create a javascript redirection after form submission.
Code example:
//Initialisation of the form $('#container_w2ContactForm').w2ContactForm({ noSpamControl: true, //Specifie if No Spam Control is activate (true / false) submitSuccess: submitSuccessForm //Callback for success submit }); //callback function for form validation function submitSuccessForm (form) { var container = form.container; $('form', container).fadeOut(1000); var delay = 2000; setTimeout(function(){ window.location = "get_your_url_here"; },delay); }Where is the image that appears on the right when there is an operation No Spam Control? I would like to translate the text of this image
You can translate all the notification text by editing the files:
You can find more information about translations in the Documenation section Internationnalization.
yes, i find place of this text,thank you
Hi, I have bought your template, (a little complicated to integration in my website, but i do it…)... I have done all translation in french, and all is function…
My questions is about the field “numbers”, when you put a number of telephone, it’s not very nice to the field, how can you delete the little cursor on the right (the cursor who make a + or – on a number), on this field, is not very nice…
Thanks for answers…
and great job, all is function now…
You don’t need to translate the plugin in french because the French translation is available in the package (see documentation section internationnalization).
For the number fields you can remove the attribute type=”number” if you don’t want to see the (+ and – cursors).
hmmm, the traduction is not for all, I have put ‘fr” in lang, “the email has been send” is correctly in french, but for example, I have “Please enter a valid email address” stay in english… (I have done manually for this…
If I remove the “number” and put text for example, in phoned number, they can put letter (a, b, c, etc…), t will be better to keep the field number but quit the cursor…
As i said to you in my previous message you need to read the documentation internationnalization section to find all that you need to know about translation files.
There is 2 types of translation file:
the server side (PHP) and the client side (javascript).
For validation text translation (Please enter a valid email address …) or form plugin text translation (add attachments …) you need to load the right transaltion files in the header section of your HTML page (see html examples of the download package and read documentation).
exemple:
Of course you can create your own translation file.
thanks, i have done myself when I didn’t find the translation, the script is very nice, the attachements function very well, nice jobs !!