-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain-Javascript.js
More file actions
22 lines (22 loc) · 1.19 KB
/
Main-Javascript.js
File metadata and controls
22 lines (22 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
script type="text/javascript">
var text = '<h3>Please complete the form below and I will get back to you ASAP</h3>'+
'<br></br>'+
'<form method="POST" action="https://formspree.io/';
var email = '">';
var therest = '<label for="name" style="font-size: 14px; font-family:arial,helvetica,sans-serif; font-weight:bold">Your Name</label><br />'+
'<input type="text" name="name" placeholder="Your name"><br />'+
'<br>'+
'<label for="email" style="font-size: 14px; font-family:arial,helvetica,sans-serif; font-weight:bold">Your Email Address</label><br />'+
'<input type="email" name="_replyto" placeholder="Your email address" style="width: 400px;" type="text"/>'+
'<div class="fieldblock" id="fieldblock-comments">'+
'<br>'+
'<label for="comments" style="font-size: 14px; font-family:arial,helvetica,sans-serif; font-weight:bold">Your message</label><br />'+
'<textarea name="message" placeholder="Please enter message" rows="4" style="width: 400px;"></textarea>'+
'</div>'+
'<p><input type="submit" value="Send"></p>'+
'</form>';
<!--
Enter obfuscation code here from http://www.jottings.com/obfuscator/
//-->
document.write(text+link+email+therest)
</script><noscript>Sorry, you need Javascript on to email me.</noscript>