CodeCanyon

AJAX Contact Form

  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Referred between 1 and 9 users
janetgot says
Purchased

Do you have instructions for editing this section to include additional fields?

// Configuration option. // You can change this if you feel that you need to. // Developers, you may wish to add more fields to the form, in which case you must be sure to add them here.

$e_body = “You have been contacted by $name.” . PHP _EOL . PHP _EOL; $e_content = ”\”$comments\”” . PHP _EOL . PHP _EOL; $e_reply = “You can contact $name via email, $email or via phone $phone”;

Posted 2 months ago
Author
jigowatt jigowatt replied

Yes, please check our free tutorial. It’s listed on our front-page of this product.

http://codecanyon.net/item/ajax-contact-form/50846

Matt

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Referred between 1 and 9 users
janetgot says
Purchased

I looked at that tutorial, but couldn’t figure out how to make the field show up in the email. I’m not that strong in coding php forms, so got lost.

Posted 2 months ago
Author
jigowatt jigowatt replied

Thank for letting me know, I’ve fixed the link. Try the tutorial link now.

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Referred between 1 and 9 users
janetgot says
Purchased

Thanks so much…this looks like just what I need. I had to go ahead and use another script as I was under a client deadline, but will try and get this to work for my own use… :)

Posted 2 months ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
zooragon says
Purchased

How can remove the phone number field? The tutorial link does not have the page for that. Thanks!

Posted 2 months ago
Author
jigowatt jigowatt replied

Just do the opposite of what the tutorial tells you to do. Voila :)

Matt

Posted 2 months ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 10 and 49 items
  • United States
dellustrations says

Im sorry,

I emailed you about this issue. The form DOES NOT WORK . Is there a way you can update your PHP script so it overwrites whatever the solution is you are giving? My client has no other email other than his gmail account. Your solution does not solve the issue, if this cannot be addressed you limit to only some people, and for that you get the lowest rate for the product…

So please, can you update your file????

Posted 1 month ago
Author
jigowatt jigowatt replied

Dell,

I’ve reported your other post because it contained the entire code in a screenshot. Please do not post our code up on the public forums in any way, shape, or form.

I haven’t received an email from you, please resend it if you’ve sent one. The form does work, I have many happy customers and it seems you’re the only one complaining at the moment.

I’m not sure what you want me to update in my file since you said you’ve already tried my solution. Is your client using GoDaddy? Do you find it odd that only GoDaddy customers see the error you receive?

So again, try the solution in the FAQ . If your client has no other address than his gmail account, then there’s nothing I can do, as it’s a limitation on GoDaddy, not my script.

Happy to help, but next time, please don’t threaten with bad ratings to demand attention.
Matt

Posted 1 month ago
  • Has been a member for 0-1 years
  • Bulgaria
Ishtar_bg says

Are there headers for bulgarian charset? And which are they?

Posted 1 month ago
Author
jigowatt jigowatt replied

You mean this?

Posted 1 month ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
super-bolo says
Purchased

doesnt work with Firefox???

Posted 1 month ago
Author
jigowatt jigowatt replied

Does too! :)

Try out our demo

Posted 1 month ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
henrylow says
Purchased

Hello there,

I have purchased this form and am having issues with it. I have it setup at the bottom of the page of my site “TwoWhitedoves.com”. I have setup the form to send email to info@twowhitedoves.com but it does not work despite the confirmation of sent email when clicking send. Any ideas?

Thanks! Henry

Posted 1 month ago
Author
jigowatt jigowatt replied

Hi,

Some servers have issues sending emails to the same domain it’s hosted on. Try sending it elsewhere, a gmail for example?

Matt

Posted 1 month ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
iamdnice says
Purchased

how can i add the subject part to the title. for example if the subject is “bug fix” i want title to say:

You’ve been contacted by “username” regarding “Bug fix”

also, how can i just upgrade the current script because i have the 1.2 version.

Posted 1 month ago
Author
jigowatt jigowatt replied

Upgrading the script will take too much effort—I would overwrite the files if that’s possible for you.

Simply add $subject after $name . in contact.php. Or place it wherever you need it (beginning or end).

Posted 1 month ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
iamdnice says
Purchased

or maybe just do it like this:

[Bug Fix] You have been contacted by “user” [Inquiries] You have been contact by “user”

that might work out better.

Posted 1 month ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
iamdnice says
Purchased

i tried:

$e_subject = . $subject . You\'ve been contacted by ' . $name . '.'; 

but that broke the code.

can you tell me how i could get it to look like this:

[subjecthere] You’ve been contacted by ‘Authorhere’

Posted 1 month ago
Author
jigowatt jigowatt replied
= $subject . ' You
Posted 1 month ago
  • Has been a member for 1-2 years
  • Bought between 50 and 99 items
IMSLFMADE says
Purchased

Hi, how can I get some sort of date picker, so that clients can select their birthday, Month, Day, and Year? Thanks!

Posted 27 days ago
Author
jigowatt jigowatt replied

Hi,

You’ll have to browse around for some jQuery datepicker plugin :).

Matt

Posted 26 days ago
  • Has been a member for 1-2 years
  • Bought between 50 and 99 items
IMSLFMADE says
Purchased

Ok thanks :), I’ll look some more, how about changing colors? I’d like to have a black background and sub-background. ?

Posted 26 days ago
Author
jigowatt jigowatt replied

Just some css fancy work. I think Google can help you out more than I can. Check this out.

Posted 26 days ago
  • Has been a member for 1-2 years
  • Bought between 50 and 99 items
IMSLFMADE says
Purchased

Is it possible to remove the borders around the form?

Posted 26 days ago
Author
jigowatt jigowatt replied

Yes. More CSS is all. Removing this can work. border: 1px solid #CBCBCB;

Posted 26 days ago
Purchased
Default-user IMSLFMADE replied

Ive removed that code, and the white line is still there, please take a look

http://theoccasion614.com/

Thanks for your help!

Posted 25 days ago
Author
jigowatt jigowatt replied

Contact us through our profile if you need an estimate.

Cheers

Posted 25 days ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
iamdnice says
Purchased

how can i insert symbols. i want to put brackets around the subject name in the email.

like this: [Order] You’ve been contacted by

Posted 26 days ago
Author
jigowatt jigowatt replied

Try using HTML entities for the brackets in the PHP .

Beyond that I’m afraid we charge for customization.

Matt

Posted 25 days ago
  • Has been a member for 0-1 years
  • Exclusive Author
  • Bought between 1 and 9 items
alexbouchet says
Purchased

Hi jigowatt,

I am attempting to insert the form into a php file and the AJAX stops working as soon as I move the contact div to my file. I am referencing jquery, your javacript and the form file, but it seems to load to a different page (with no css) when I attempt to submit.

Thanks for your help,

Alex

Posted 22 days ago
Author
jigowatt jigowatt replied

Hi Alex,

Have a link for me to take a look at?

Matt

Posted 22 days ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
traspire says
Purchased

I installed this on my sever and everything seems to be working fine except that it doesn’t send me the email. http://www.unlockblackberry.com/test/index.html As you can see it will say the email went through but it does not. I use Gmail as my email client and I did change contact.php so it sends it to my email address. Why is this not working?

Posted 19 days ago
Author
jigowatt jigowatt replied

I wouldn’t have a clue :(. You may want to contact your host provider for some help if you could. Ask them to check into your mail logs and see if there’s activity.

Matt

Posted 17 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
davidschneider says
Purchased

Hi, I’m very happy with my purchase of your contact form. Nice work, and it’s exactly what I need. Thanks!

I do have one question. I am trying to add a disclaimer with a checkbox that needs to be checked to submit. Is that possible? How would I go about that?

Thanks for any help! Dave

Posted 9 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
davidschneider says
Purchased

Er… never mind. Guess I should have checked the FAQs before I asked. I see you’ve covered it. :)

Posted 9 days ago
Author
jigowatt jigowatt replied

Yay someone reads the FAQs :)

Posted 8 days ago
  • Has been a member for 0-1 years
  • Exclusive Author
  • Bought between 10 and 49 items
roy360 says
Purchased

This is great! I am having an issue with the form actually sending though. It confirms that it has and give me the message but I don’t get the emails. I’ve used a @gmail.com and @sbcglobal.net emails to fill in that spot.

Posted 5 days ago
Author
jigowatt jigowatt replied

Odd, who’s your host? GoDaddy?

Matt

Posted 4 days ago

You must sign in or sign up to purchase this item.

$4Regular Licence

$4

Regular Licence a website (commercial, personal, client), or intranet site project - Details

$20Extended Licence

$20

Extended Licence a website template for sale (including on ThemeForest or ActiveDen) - Details

3333 Purchases 540 Comments

Buyer Rating
12345 ( 689 ratings )
jigowatt

jigowatt

  • Has been a member for 3-4 years
  • Author had a File in an Envato Bundle
  • Interviewed on the Envato Notes blog
  • Author had a Free File of the Month
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • United Kingdom
  • Referred between 100 and 199 users
View Portfolio
Created 1 October 09
Compatible Browsers IE6, IE7, IE8, Safari 4, Safari 5, Opera
Software Version PHP 4.x, PHP 5.x
Files Included JavaScript JS, HTML, CSS, PHP
by
by
by
by
by