However I am a developer and I converted one of my client’s WordPress Site to HTML Site. The site is hosted with godaddy. I used a php mail handler but not work. I searches in the web and found not much about it. Finally I found a way to use their default webformmailer gdform.php which you can find in your root cgi.bin folder. I use the gdform.php in the form action and method set to post. The form now start sending email but another problem is created that the form input validation. I again search in the web and found not much about this issue but this is not true. I finally get something which I will share with you. May be it will help you figuring html or php (your own) custom form bulding with godaddy. You just need to put the required input field inside required=”required”

Sample form Code bellow:

<form method=”post” name=”contactform” action=”/gdform.php”>

<p>First Name (required)<br />
<span class=”firstname”><input type=”text” required=”required” name=”FirstName” value=”” size=”40″ class=”fname” /></span>
</p>

</form>

 

 

Related Posts

The Essential Benefits of Drinking Water

The Essential Benefits of Drinking Water

The Essential Benefits of Drinking Water Have you ever thought about the fact that the most basic substance on Earth is also the key to our vitality? Did you ever think that a world without it – no shimmering lakes, no flowing rivers, and no refreshing showers. Water,...

read more
Birthday is a most important event in our life?

Birthday is a most important event in our life?

Birthday: A birthday is an annual celebration marking the date on which a person was born. It is typically celebrated with friends and family, and may include activities such as blowing out candles on a birthday cake, opening presents, and having a special meal or...

read more