CodeCanyon

Ajax Contact Form with attachments

  • 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

Technical Support

For a fast response send me a private message via my profile.

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years

When I open the sample file in the download, I only see the code, no form at all??

Default-user
Hi,

read message in your mailbox.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

it does not want to install in to wordpress

Default-user
Hi,

please post your message in the right forum (wordpress version).

Thanks

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
unomas Purchased

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;)

Default-user
Hi,

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>

Default-user
unomas Purchased

Perfect! It’s fixed. Thank you very much :)

  • Exclusive Author
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Russian Federation

I love the captcha there! Creative bro

Default-user
Hi,

thanks for comment.

  • Bought between 1 and 9 items
  • Canada
  • Has been a member for 4-5 years

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.

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
  • Spain

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!!!!!!!!!!!!!!!!!!

Default-user
Hi,

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.

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years

Agree with me that you failed to help me, so that i can get my money back please. Thanks.

Default-user
Hi,

I can’t help you if you don’t ask help.

What is your question ?

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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?

Default-user
Hi,

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.

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
pocus2 Purchased

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.

Default-user
Hi,

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.

Default-user
pocus2 Purchased

thanks very much. all is solved! great job!

Default-user
pocus2 Purchased

and thanks for the quick reply!!

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

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

Default-user
Hi,

Hi, It seems there is something wrong in your server configuration. Check you have the right chmod (755) for the folder w2_acf/uploads/

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years

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??

Default-user
Hi,

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>

  • Bought between 50 and 99 items
  • Has been a member for 4-5 years
  • United Kingdom

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?

Default-user

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.

  • Bought between 50 and 99 items
  • Has been a member for 5-6 years
  • Sold between 1 and 100 dollars

Fantastic product and even better support. Would give more than 5 stars if it were possible.

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years

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!

Default-user
Hi Maria,

Thanks for nice comment and portuguese translations.

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
pocus2 Purchased

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?

Default-user
Hi,

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);
}

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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

Default-user
Hi,

You can translate all the notification text by editing the files:

  • “w2_acf/languages/w2_cf_notifications.tmx” for PHP notifications and auto-responder mail message
  • “js/w2_contact_form/localization/” for javascript notifications (you will find the text for nospam image here)

You can find more information about translations in the Documenation section Internationnalization.

Default-user

yes, i find place of this text,thank you :)

  • Bought between 10 and 49 items
  • France
  • Has been a member for 4-5 years

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…

Default-user
Hi,

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).

  • Bought between 10 and 49 items
  • France
  • Has been a member for 4-5 years

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…

Default-user
Hi,

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:

‹script src="w2_acf/js/validation/localization/messages_fr.js" type="text/javascript"›‹/script›
‹script src="w2_acf/js/w2_contact_form/localization/messages_fr.js" type="text/javascript"›‹/script›

Of course you can create your own translation file.

  • Bought between 10 and 49 items
  • France
  • Has been a member for 4-5 years

thanks, i have done myself when I didn’t find the translation, the script is very nice, the attachements function very well, nice jobs !!

by
by
by
by
by