How create your contact us page
Hello friends, in this I am telling you how you can make your contact us page,
Important s:-
The page of contacts is very important. Anyone who wants to contact you in this page leaves their link, such as their Gmail ID, etc. it leaves everything inside it, through which you can send it through the message or email. Can talk through,
Lets make contact us page:-
1.you click on the new page
2.Name the page in the title of the page name
Contact us page image by googlechor |
Hello friends, in this I am telling you how you can make your contact us page,
Important s:-
The page of contacts is very important. Anyone who wants to contact you in this page leaves their link, such as their Gmail ID, etc. it leaves everything inside it, through which you can send it through the message or email. Can talk through,
Lets make contact us page:-
1.you click on the new page
2.Name the page in the title of the page name
Contact us page image by googlechor |
3. Then click on html
Contact us page image by googlechor |
4. Then data paste in your page ,data Bellow :-
<div dir="ltr" style="text-align: left;" trbidi="on">
<br />
<div dir="ltr" style="text-align: left;" trbidi="on">
<form action="//submit.form" id="ContactUs100" method="post" onsubmit="return ValidateForm(this);">
<script type="text/javascript"> function ValidateForm(frm) { if (frm.Name.value == "") { alert('Name is required.'); frm.Name.focus(); return false; } if (frm.FromEmailAddress.value == "") { alert('Email address is required.'); frm.FromEmailAddress.focus(); return false; } if (frm.FromEmailAddress.value.indexOf("@") < 1 || frm.FromEmailAddress.value.indexOf(".") < 1) { alert('Please enter a valid email address.'); frm.FromEmailAddress.focus(); return false; } if (frm.Comments.value == "") { alert('Please enter comments or questions.'); frm.Comments.focus(); return false; } return true; } </script> <br />
<table cellpadding="8" cellspacing="0" style="border: 0; width: 550px;"> <tbody>
<tr> <td><label for="Name">Name*:</label> </td> <td><input maxlength="60" name="Name" style="width: 250px;" type="text" /> </td> </tr>
<tr> <td><label for="PhoneNumber">Phone number:</label> </td> <td><input maxlength="43" name="PhoneNumber" style="width: 250px;" type="text" /> </td> </tr>
<tr> <td><label for="sksanjaykhan31@gmail.com">Email address*:</label> </td> <td><input maxlength="90" name="sksanjaykhan31@gmail.com" style="width: 250px;" type="text" /> </td> </tr>
<tr> <td><label for="Comments">Comments*:</label> </td> <td><textarea cols="40" name="Comments" rows="7" style="width: 350px;"></textarea> </td> </tr>
<tr> <td>* - required fields </td> <td><div style="float: right;">
<a href="https://www.100forms.com/" id="lnk100" title="form to email">form to email</a></div>
<input name="skip_Submit" type="submit" value="Submit" /> <script src="https://www.100forms.com/js/FORMKEY:33UNLHXY2NDN/SEND:my@email.com" type="text/javascript"></script> </td> </tr>
</tbody></table>
</form>
</div>
</div>
5. Then Click on compose
6. Affer this publishing.
Page is ready
No comments:
Post a Comment