- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathserverless.php
More file actions
Latest commit
22 lines (21 loc) · 537 Bytes
/
Copy pathserverless.php
File metadata and controls
22 lines (21 loc) · 537 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
if(!isset($_GET['url'])){
//Show form to allow user to select form if we dont have a form
?>
<form>
url to google form:
<input type="text" name="url">
<input type="submit">
</form>
<?php
exit;
}
include("form.php");//include the google form
?>
<script>
if(typeof(Headers_Index['<html>']) != 'undefined'){
Headers_Index['<html>'].style.display = 'none';
var description = Headers_Index['<html>'].querySelector('.freebirdFormviewerViewItemsSectionheaderDescriptionText').innerText;
document.write(description);
}
</script>