30 Best Free Premium Responsive WordPress Themes

Having a form on a website has become the basic need for almost every business, as clients are more interested in making online registrations and bookings.
But for this, you have to create your website with WordPress themes and those themes should be compatible with form integration so that you can easily interact with your attendees online and manage their information from your website itself. So, here I’ve collected down Best Free and Paid WordPress Themes With Forms for you that will surely win your heart.

Send Email via PHPMailer and Mandrill’s SMTP

Mandrill allows users to send transactional emails at low cost along with enhanced inbox deliverability. This makes Mandrill SMTP an ideal choice for developers for sending emails for their applications. In this tutorial, we are going to cover, how you can use Mandrill in your PHP application along with PHPMailer for sending emails. Before I …

Android View Classes

In this tutorial I’ve given brief explanation about Andriod View Class. View Class are the basic building block for user interface components. A View occupies a 2-dimensional area (say: rectangle) on the screen, which is responsible for framing and handling different type of events. In our previous blog posts, we have learned Android installation steps and made first program …

Set JavaScript Form Action

In this tutorial, we illustrate you an example, which shows how to set JavaScript form action. Sometimes developers want to set form action attribute of a form through programming or through other means. Here, we are using following JavaScript code to set form action on run time. To set form action attribute via JavaScript : document.getElementById(“form_id”).action = “success.php”; …

Form Validation Using PHP

Validation is very important aspects in data submission.

We have already explain about form validation using javascript and jQuery, but this time we will show you how to validate your form using PHP.