I have a Jquery Panel Slider on the right side of a webpage. I have a contact us form inside this Jquery panel, on button click i have coded asp.net email.Now when i click submit button to send the data through mail, nothing is really happening. Though i have tested the email code it's working. Please tell me what could what could be the reason behind this nothing happening thing & how can i resolve issue and send the contact us data via email. I hope my point is clear.
Thanks in anticipation
Regards
Deepak VermaPosted Aug 1, 2013, 4:54 AM
As you're using jquery, verify that everything is OK. To do this open the Developer Tool in Google Chrome by pressing function key F12. Now go to Console menu and check for error(s).
If you get any error, search for that, else you can share your code here. So that, people can help you to overcome it.