updated forms

This commit is contained in:
Keep Creating Online
2025-02-02 15:05:14 -05:00
parent e1391c418d
commit 722a1f7964
5 changed files with 24 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
<!-- components/application-form.html <!-- components/application-form.html
// https://bitvid.network?modal=application => open ???Modal // https://bitvid.network?modal=application => open ???Modal
// //
// Admin: npub13yarr7j6vjqjjkahd63dmr27curypehx45ucue286ac7sft27y0srnpmpe
// Form: // Form:
// Responces: // Responces:
--> -->
@@ -69,7 +70,7 @@
<!-- Flexible container for the iframe --> <!-- Flexible container for the iframe -->
<div class="w-full" style="height: 80vh"> <div class="w-full" style="height: 80vh">
<iframe <iframe
src="https://formstr.app/#/f/naddr1qvzqqqr4mqpzpcf63zey4c02lz9x4zkn2ny5kmz3g8v8fj9hvehyps5tuj7u272gqythwumn8ghj7un9d3shjtnwdaehgu3wvfskuep0qqsky6t5we5kgh6hdp5hgetvd9ehgh6pwpcxc6trv96xjmmwtarx7und0qc765?hideTitleImage=true" src=""
class="w-full h-full" class="w-full h-full"
frameborder="0" frameborder="0"
style="border: none; box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)" style="border: none; box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)"

View File

@@ -1,5 +1,9 @@
<!-- componentsbug-fix-form.html <!-- componentsbug-fix-form.html
// https://bitvid.network?modal=bug => open bugFixModal // https://bitvid.network?modal=bug => open bugFixModal
//
// Admin: npub13yarr7j6vjqjjkahd63dmr27curypehx45ucue286ac7sft27y0srnpmpe
// Form:
// Responces:
--> -->
<div <div
id="bugFixModal" id="bugFixModal"

View File

@@ -1,5 +1,9 @@
<!-- components/content-appeals-form.html <!-- components/content-appeals-form.html
// https://bitvid.network?modal=appeals => open contentAppealsModal // https://bitvid.network?modal=appeals => open contentAppealsModal
//
// Admin: npub13yarr7j6vjqjjkahd63dmr27curypehx45ucue286ac7sft27y0srnpmpe
// Form:
// Responces:
--> -->
<div <div
id="contentAppealsModal" id="contentAppealsModal"

View File

@@ -1,5 +1,9 @@
<!-- components/content-appeals-form.html <!-- components/content-appeals-form.html
// https://bitvid.network?modal=feedback => open generalFeedbackModal // https://bitvid.network?modal=feedback => open generalFeedbackModal
//
// Admin: npub13yarr7j6vjqjjkahd63dmr27curypehx45ucue286ac7sft27y0srnpmpe
// Form:
// Responces:
--> -->
<div <div
id="generalFeedbackModal" id="generalFeedbackModal"

View File

@@ -489,6 +489,15 @@
appealsModal.classList.remove("hidden"); 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 // 6) Close content appeals modal