There are many benefits of creating a separate contact page which i won’t start mentioning, but if you want your blog or website to look professional you must create a separate contact page. lets get to work, Create a new page, switch to html and paste this code to there,
<script> var blogId = 'XXXXXXXXXXXXXXXXXXXXXXX';//this number should be mandatorily edited. //The below message 5 Strings can also be edited var contactFormMessageSendingMsg ='Sending...'; var contactFormMessageSentMsg = 'Your message has been sent.'; var contactFormMessageNotSentMsg = 'Message could not be sent. Please try again later.'; var contactFormEmptyMessageMsg ='Message field cannot be empty.'; var contactFormInvalidEmailMsg = 'A valid email is required.'