mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-08 06:58:43 +00:00
updated forms
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<!-- components/application-form.html
|
||||
// https://bitvid.network?modal=application => open ???Modal
|
||||
//
|
||||
//
|
||||
// Admin: npub13yarr7j6vjqjjkahd63dmr27curypehx45ucue286ac7sft27y0srnpmpe
|
||||
// Form:
|
||||
// Responces:
|
||||
-->
|
||||
@@ -69,7 +70,7 @@
|
||||
<!-- Flexible container for the iframe -->
|
||||
<div class="w-full" style="height: 80vh">
|
||||
<iframe
|
||||
src="https://formstr.app/#/f/naddr1qvzqqqr4mqpzpcf63zey4c02lz9x4zkn2ny5kmz3g8v8fj9hvehyps5tuj7u272gqythwumn8ghj7un9d3shjtnwdaehgu3wvfskuep0qqsky6t5we5kgh6hdp5hgetvd9ehgh6pwpcxc6trv96xjmmwtarx7und0qc765?hideTitleImage=true"
|
||||
src=""
|
||||
class="w-full h-full"
|
||||
frameborder="0"
|
||||
style="border: none; box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)"
|
||||
|
@@ -1,5 +1,9 @@
|
||||
<!-- componentsbug-fix-form.html
|
||||
// https://bitvid.network?modal=bug => open bugFixModal
|
||||
//
|
||||
// Admin: npub13yarr7j6vjqjjkahd63dmr27curypehx45ucue286ac7sft27y0srnpmpe
|
||||
// Form:
|
||||
// Responces:
|
||||
-->
|
||||
<div
|
||||
id="bugFixModal"
|
||||
|
@@ -1,5 +1,9 @@
|
||||
<!-- components/content-appeals-form.html
|
||||
// https://bitvid.network?modal=appeals => open contentAppealsModal
|
||||
//
|
||||
// Admin: npub13yarr7j6vjqjjkahd63dmr27curypehx45ucue286ac7sft27y0srnpmpe
|
||||
// Form:
|
||||
// Responces:
|
||||
-->
|
||||
<div
|
||||
id="contentAppealsModal"
|
||||
|
@@ -1,5 +1,9 @@
|
||||
<!-- components/content-appeals-form.html
|
||||
// https://bitvid.network?modal=feedback => open generalFeedbackModal
|
||||
//
|
||||
// Admin: npub13yarr7j6vjqjjkahd63dmr27curypehx45ucue286ac7sft27y0srnpmpe
|
||||
// Form:
|
||||
// Responces:
|
||||
-->
|
||||
<div
|
||||
id="generalFeedbackModal"
|
||||
|
@@ -489,6 +489,15 @@
|
||||
appealsModal.classList.remove("hidden");
|
||||
}
|
||||
}
|
||||
//
|
||||
// 5.1) ?modal=application => open application form
|
||||
//
|
||||
else if (modalParam === "application") {
|
||||
const appModal = document.getElementById("nostrFormModal");
|
||||
if (appModal) {
|
||||
appModal.classList.remove("hidden");
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// 6) Close content appeals modal
|
||||
|
Reference in New Issue
Block a user