ok
This commit is contained in:
+13
@@ -61,3 +61,16 @@ button:hover {
|
||||
color: green;
|
||||
}
|
||||
|
||||
button.buttonback {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
color: blue;
|
||||
text-align: left;
|
||||
vertical-align: text-top;
|
||||
background-color: black;
|
||||
border: none;
|
||||
padding: 10px 20px;
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
}
|
||||
@@ -1,3 +1,5 @@
|
||||
<html>
|
||||
<div style="width:100%;height:500px;" data-fillout-id="aWUkWGKkMNus" data-fillout-embed-type="standard" data-fillout-inherit-parameters data-fillout-dynamic-resize></div><script src="https://server.fillout.com/embed/v1/"></script>
|
||||
</html>
|
||||
<link href="/Contact.css" rel="stylesheet">
|
||||
<button class="buttonback" onclick="redirectToFile()">Back</button>
|
||||
@@ -1,3 +1,7 @@
|
||||
function redirectToFile() {
|
||||
window.location.href = 'index.html'; // Replace 'file.html' with the actual file you want to redirect to
|
||||
}
|
||||
|
||||
document.getElementById('contactForm').addEventListener('submit', function(event) {
|
||||
event.preventDefault();
|
||||
const Name = document.getElementById('Name').value;
|
||||
|
||||
+2
-1
@@ -53,4 +53,5 @@ body {
|
||||
|
||||
button:hover {
|
||||
background-color: #ff4a3d;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user