69 comments found.
I replied on the first thread .
I try to add this form to my website and the html works but wen i push the send button notting happens??
https://rbritsolutions.nl/test/index.html is my website <—not working and i add you form to a blanco site https://rbritsolutions.nl/test/index2.html <—workingi add all te scrips but i can’t fix my problem
On the first page, the js code that initialize the plugin is missing :
$(document).ready(function(){ $('form').simpleContactForm(); });On the second page the form works correctly. You can add these styles for errors :
.error { color: red; }Of course, as mentioned in the documentation, you also need to set your own email in the file /php/simpleContactForm.php .
i add the code but is still not working here i updatet the website
<script> $(document).ready(function(){ $('form').simpleContactForm(); }); </script> <style> .error { color: red; } </style>
is still not working
The code is correct. But jQuery is loaded twice on the page (line 19 line 287), so the second call block all the jquery code previously executed . The jQuery library should be loaded only once, before the other js scripts .
tnx now it works!! now i must add my own form field and hope it still works
You are welcome
Now i have another problem. you sad i have twice jQuery on my website. 1 for the contact form and the second is for my menu and scrolling. when i remove the jQuery on line 286 (was 287) my menu and scrolling is not working anymore.
Do you know a solution for my problem?
<script src="js/jquery-1.6.4.min.js"></script> <script src="js/jquery.simpleContactForm_min.js"></script> <script src="assets/js/jquery.scrolly.min.js"></script> <script src="assets/js/jquery.scrollzer.min.js"></script> <script src="assets/js/skel.min.js"></script> <script src="assets/js/util.js"></script> <!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]--> <script src="assets/js/main.js"></script>
i moved all the scripts to the head and i have the same problem
On this page the scripts are still in the same place : https://rbritsolutions.nl/test/index.html . Where can I see it ?
look to https://rbritsolutions.nl i don’t use the test site anymore. i changed it now 1 sec
There are some problems in the file : https://rbritsolutions.nl/js/jquery-1.6.4.min.js . You can see “���������” characters inside. I think you need to reupload this file. Feel free to contact me form the support page sending me a temporary ftp access to the test folder if you want, I will check it .
i reuploaded the complete website i think the ��������� are gone.
I can send you the complete website by mail or wetransfer so you can test is
You need to remove the line ”<script src=”assets/js/jquery.min.js”></script>” . You can contact me from the support page : https://codecanyon.net/item/jquery-simple-contact-form/679815/support .
i send a contact form on the support page
Hi there I have embedded your form into my webpage and the emails are coming through but i am not receiving a success message or error message. I have put the success function as well but nothing. Please advise how to ensure the message appears. Here is the link to the webpage:
http://crowndesignsuk.com/update/crown-designs-6-contact2.htmlHello,
The path to the php file is wrong : http://crowndesignsuk.com/update/php/simpleContactForm.php
Please set the correct url of this file in the “url” parameter of the plugin function .
I have updated the php url on the url and there is still no message and now I am not receiving any emails either please advise. Thank you.
The file is missing, please check simply by clicking the link : http://www.crowndesignsuk.com/update/php/simpleContactForm.php
Maybe it is a permissions problem, can you set the permission to 604 on this file by using a ftp software ?
i am trying to change the permission on the file but it keeps reverting back to 700, can you advise anything further
It is probably due to a rule of your .htaccess file or a parameter of the server. Your webhost can probably help you on this point. Otherwise, as you can’t use my plugin normally on your website, you can uninstall it then ask for a refund from codecanyon, I will accept it, no problem .
Hi, Please can you email me instructions, I have no idea how to add this to a form to make it send, very confusing without documentation and examples…..
Hello,
You can find documentation and example in the main zip package of the plugin.
If you need help on a specific point, you can contact me from the support page : https://codecanyon.net/item/jquery-simple-contact-form/679815/support
hey, I’m having trouble getting this to work, I have put the simplecontactform_min.js file in the head tags and have included a script at the bottom
<script> $(”#contact-form”).simpleContactForm({ }); </script>
When i fill in the form and click send i get a popup box saying Email sended define this function in “success” parameter
not sure what that means though, a quick reply would be awesome
Hello,
Simply define your own success function :
$(”#contact-form”).simpleContactForm({ success: function(){ // your own code here, or let empty } });
HI puchased the plugin, uploaded it to my server, when i complete it it just reloads and I never get an email… I am looking through the answers you gave here, but none are really a step by step and/or work for me.
(you really should provide a step by step instructions with the download.. would take you a couple mins to write and save you all this back and forth answering ppl..)
Hello,
Can you send me the url ?
Thanks .
Just purchased and it works great. In a normal page. When integrated into a pageslide.js panel it stops working. jQuery conflict or ?
Thanks!
Hello,
Can you send me the url, from my profile page form ?
Hi Loopus,
I’m a basic coder. Could you kindly illustrate how you would go about making the form responsive so that when viewed in smaller screens form changes either font size to become smaller or any other solution?
For example, in your css styles :
@media all and (max-width: 480px) { input, textarea, select, img { /* Width limited to the window width */ max-width: 100%; } }
@media all and (max-width: 480px) { form { font-size: 18px; } }
Can you give detailed instructions on how to install this on my website?
Simply include the js file in the <head></head>, after jQuery :
<script src="js/jquery.simpleContactForm_min.js"></script>Then init it like this (all parameters on the live page) :
<form id="myForm"> <p> <label for="contact_name">*Name :</label> <input id="contact_name" type="text" class="required"/> </p> etc ... </form> <script> $("#myForm").simpleContactForm({...}); </script>
Awesome and thank you for the quick reply!
Still not working for me
If I send you my HTML source do you think you can help me out a little more?
Yes, no problem .
Okay I emailed you.
So I emailed you 4 days ago and still no reply :/
Hello,
Please look at your spams box, I answered you .
I just sent you the email again .
theres a chance to include attachment file?
Hi,
Sorry, but uploading attachment with ajax is currently complicated. I will try to study it and add it in a future release.
cool, thanks
Hi Loopus thanks so much for the fast response!!
Check this print screen, this is what i am getting all the time :/
http://prntscr.com/26n9hoAlso I am very bad at coding mate so please explain how to include lightbox in a detail like where
thanks again
Thanks, I see.
You need to move the phone icon out of the label, like this :
<p> <label for="contact_checkbox">Contact via </label> <font color="green"> <icon class="icomoon-phone-4"></icon> </font> <input id="contact_checkbox" type="checkbox"> </p>
Because the contents of the labels are interpreted by the plugin to generate the email.
Is it ok now ?
The form doesnt send anything except phone number
Lol I was faster
Try to put the icon out of the label.
Thanks lemme try it
Hey , I did what you sent but still check this out
http://prntscr.com/26nbj1The form only send Phone And nothing Else
:/
Thanks so much Loopus
Yep xD, i did that but still i think i did sumthing wrong
I found .
Remove the “& nbsp;” from labels (use margin-right instead) .
The “&” causes a bug .
Hi mate, you sent a message check this one out! http://prntscr.com/26ncbl
see? it just sends this 2 options
Yep dude you rock!! its working now!!!! Thanks so much loopus.
Super
Have a nice day !
also can you help me as to how to initialize lightbox? like what i need to do?
$(window).ready(function() { $(‘form’).simpleContactForm({ subject : “New FA Message”, success : function() });
{
WHAT TO PUT HERE? // initialise or open your lightbox here
}
});
It depends on your lightbox / notification plugin .
If you use my plugin jQuery Super Notice, (for example ), it will:
$('form').simpleContactForm({ subject : "New FA Message", success : function() { $("body").superNotice({ html: "Thank you for your message, we will contact you as soon as possible.", icon: "sent", title: "Message sent", titleIcon: "email" }); } });
Regards,
Thanks Loopus, will surely check it soon
Hi loopus bro, i am trying to put the form in to my new website from the old one but is not working please check and let me know what i am doing wrong.
Thanks n regards
Hi i made it work!!
lol, you were faster than me this time !
haha xD yep
Hi cannot seem to make it work
www.focusacutus.in/contact.html
please help me
Also i want a lightbox success messege how to DO tht ?
Thanks
Hello,
It seems to work. What is the problem ?
For the lighbox, open it in the success function :
$(window).ready(function() { $('form').simpleContactForm({ subject : "New FA Message", success : function() { // initialise or open your lightbox here } }); });
Regards,
Hi I would like to purchase this code, but wanted to ask if date input can be inserted? With this I mean having a date field where a calendar opens when clicked.
Hello,
Yes, you can use any calendar plugin, like this : http://jqueryui.com/datepicker/ .
The value will be sent correctly .
Regards,
thanks for your quick reply. that’s perfect.
Hi I have purchased your contact form and it looks pretty good till now. As previous comments have mentioned, would you have some basic documentation for your code, and what commands can be used since I am not a coding expert or else links which can help me out?
Hello,
All parameters are listed here : http://codecanyon.net/item/jquery-simple-contact-form/full_screen_preview/679815You can define them in the plugin initialization :
$('form').simpleContactForm( { senderEmail : "", url : "php/simpleContactForm.php", type: "POST", subject : "New message from your website", clearAfterSend : true, errorClass : "error", success : function() { alert('sent !'); } });
Ok thanks, ill experiment a bit.
Hi, i’m using the plugin and works like charm, but here comes the question, is there any way i can set up a base style for the received mail? like some basic html, something like this:
<p style="color: #C00; font-family:Tahoma, Geneva, sans-serif; font-size:14px;">Full Name:</p>
<br />
<p style="font-size:12px; color:#666;">Place the name here</p>
The received comes in “Times new roman” and black color, i would like to code a simple table based email, is that possible?
Thank You.
Hello,
Simply edit simpleContactForm.php, line 17 :
if (count($value) > 0) { $emailContent .= '<p style="color: #C00; font-family:Tahoma, Geneva, sans-serif; font-size:14px;">' . $label . '</p><p style="font-size:12px; color:#666;">' . stripslashes(nl2br($value)) . '</p>'; }
Thank You.
Sorry for another question:
Is there an easy way to get this to work for people with js off? iframe or just a regular page?
Yes, you can put an alternative php file using the attribute “action” of the form :
<form action="validWithoutJS.php"> ... </form>
If there isn’t JS, the php file will be used
Man, you rock! Thanks!!!
hi.. I have a question..
Can i use multiple checkboxes and in received e-mail to write which checkbox is checkd and wich not??
thanks
Hello,
Yes : in the email, you see all checkbox fields, with “false” or “true” value .
Hello, I am having problems with the form. I am building the form from the html file that came with it. It does not send. Here is the address to the page: http://covenantvacationhomes.com/contact2.html
Hello, There are two problems :
- First is syntax errors. You should use firebug or F12 on chrome . - The second is the url target : you can’t do crossdomains ajax call. The php file must be on the same server .
Once the php file on the server, change the plugin initialization code by this :
$(document).ready(function() { $('form').simpleContactForm({ url : "php/simpleContactForm.php", subject : "Contact Form", success : function() { alert('Sent !'); } }); });
Contact me from my profile if you need more help .
Sorry about having the file on a different domain, I was trying to see if that would fix anything. I put it back now.
Hello, I thought it would be easy insert a form in my site but I can’t figure it out! Although it looks great, I can’t seem to make it work. It is located here : http://actfamo.us/form/ All the folders – css, _sources, and js are located in actfamo.us/form Can you please tell me what I’m doing wrong? Thank you so much. Mario
Hello,
Please use simpleContactForm.min.js, and replace the initialization (line 19) by this :
$('form').simpleContactForm({ subject : "New message from your website", success : function() { alert("Got it. We'll be in touch shortly."); } });
Thank you for getting back to me so quickly. Where do I find simpleContactForm.min.js? When I downloaded the files I got “simpleContactForm_min.js” in the js folder and “jquery.simpleContactForm.js” in the _sources folder. I don’t have “simpleContactForm.min.js”. Thanks again for your help. Mario
Sorry, this is “simpleContactForm_min.js” .
Contact me via my profile if you want more help .
Thank you. I will!
I Loopus I love this contact form. Ive purchased it twice before with no problems, but this time it won’t send the email through. Please help.
the site I used it for is: www.tmvvinc.com/contact.html
Hello,
Thanks for your purchases
You need to remove the jquery import on line 40 (it’s already loaded, line 16) :
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>