Skip to content

Commit c5bce39

Browse files
escowlesphette23
authored andcommitted
Removing embedded form and linking to new Google form
1 parent d3e7cca commit c5bce39

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

forms/alt-collection.html

+1-34
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1>Collecting Speaker Image Descriptions</h1>
99

1010
<div class="alert alert-warning">
11-
<a href="#form">Skip to the Speaker Image Description Submission Form</a>
11+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeHQwJai3KGOJA0bzLKoaEQIhFooPoQpXlxsUDU2HeaP7nAfw/viewform">Code4Lib 2024: Speaker Image Form</a>
1212
</div>
1313

1414
<p>
@@ -65,39 +65,6 @@ <h2>How to Write a Speaker Image Description</h2>
6565
<p>
6666
If you have any questions on writing your speaker image alt text, please send your questions to <a style="text-decoration: underline" href="mailto:[email protected]">code4lib.accessibility AT gmail.com</a>.
6767
</p>
68-
69-
<h2 id="form" style="clear: both" class="sr-only">
70-
Speaker Image Description Form
71-
</h2>
72-
<div id="form-container">
73-
<div class="col-12" id="ff-compose">
74-
75-
</div>
76-
</div>
77-
<script async defer src="https://formfacade.com/include/117166105954580564598/form/1FAIpQLSf-1qXPkD4n97tJ-ckQzLP3xngnFHD3_Xd1VW8iX-TT46qJJw/classic.js?div=ff-compose"></script>
78-
79-
<script>
80-
window.addEventListener('load', function(event) {
81-
document.getElementById('speaker-example-toggle').addEventListener('click', function(evt) {
82-
if(evt.target.getAttribute('aria-expanded') == 'false') {
83-
// show
84-
evt.target.setAttribute('aria-expanded','true');
85-
document.getElementById('speaker-example').classList.remove('hide');
86-
}
87-
else {
88-
// show
89-
evt.target.setAttribute('aria-expanded','false');
90-
document.getElementById('speaker-example').classList.add('hide');
91-
}
92-
});
93-
});
94-
95-
var windowWidth = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0);
96-
97-
98-
99-
</script>
100-
10168
</div>
10269
</div>
10370

0 commit comments

Comments
 (0)