Advertisement
Kang-Tutorial

Contact me

May 17th, 2019
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.32 KB | None | 0 0
  1. <div class="Form">
  2. <form name="contact-form">
  3. Name
  4. <br />
  5. <input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" style="max-width: 400px; width: 100%;" type="text" value="" />
  6.  
  7. Email
  8. <span style="font-weight: bolder;">*</span><br />
  9. <input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" style="max-width: 400px; width: 100%;" type="text" value="" />
  10.  
  11. Message
  12. <span style="font-weight: bolder;">*</span>
  13. <br />
  14. <textarea class="contact-form-email-message" id="ContactForm1_contact-form-email-message" name="email-message" rows="5" style="max-width: 400px; width: 100%;"></textarea>
  15.  
  16. <input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" onclick="sendEmailMsg()" type="button" value="Send" />
  17.  
  18. <br />
  19. <div style="max-width: 400px; text-align: center; width: 100%;">
  20. <div class="contact-form-error-message" id="ContactForm1_contact-form-error-message">
  21. </div>
  22. <div class="contact-form-success-message" id="ContactForm1_contact-form-success-message">
  23. </div>
  24. </div>
  25. </form>
  26. </div>
  27. <script src="https://www.blogger.com/static/v1/widgets/2271878333-widgets.js" type="text/javascript"></script>
  28. <script type="text/javascript">
  29. //<![CDATA[
  30. if (typeof(BLOG_attachCsiOnload) != 'undefined' && BLOG_attachCsiOnload != null) { window['blogger_templates_experiment_id'] = "templatesV1";window['blogger_blog_id'] = '4778612426460648432';BLOG_attachCsiOnload(''); }_WidgetManager._Init('//www.blogger.com/rearrange?blogID\4778612426460648432','//ramzi-id.blogspot.com/','4778612426460648432');
  31. _WidgetManager._RegisterWidget('_ContactFormView', new _WidgetInfo('ContactForm1', 'footer1', null, document.getElementById('ContactForm1'), {'contactFormMessageSendingMsg': 'Sending...', 'contactFormMessageSentMsg': 'Your message has been sent.', 'contactFormMessageNotSentMsg': 'Message could not be sent. Please try again later.', 'contactFormInvalidEmailMsg': 'A valid email address is required.', 'contactFormEmptyMessageMsg': 'Message field cannot be empty.', 'title': 'Contact Form', 'blogId': '4778612426460648432', 'contactFormNameMsg': 'Name', 'contactFormEmailMsg': 'Email', 'contactFormMessageMsg': 'Message', 'contactFormSendMsg': 'Send', 'submitUrl': 'https://www.blogger.com/contact-form.do'}, 'displayModeFull'));
  32. //]]>
  33. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement