Author Archives: Sunil Chaudhary - Page 15
Few Wp Security Tips
We are facing so many cases of wordpress hacks now a days. It is observed that most of them are related to mail scripts in upload folder for spam mailing and some of them are related to database hacks. I…
Contact form 7 : How to add ID and class in form tag
When we want to add any class or ID to the form tag of a contact form, we have to modify the shortcode like the below one : Here myform-id and myform-class are the id and class…
Contact form7 : Add function on button click
We can call a function on button click when we are using contact form7. This function will call or work whether your form get submitted or not. To do this follow the instructions below : Add a jQuery to your…