Ask organizer modal implemented
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"_comment": "AskOrganizer component defaults (shared across pages)",
|
||||
"ariaLabel": "Ask an organizer - Contact an organizer for help"
|
||||
"ariaLabel": "Ask an organizer - Contact an organizer for help",
|
||||
"buttonText": "Ask an organizer"
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@ import navigation from "./navigation.json";
|
||||
import metadata from "./metadata.json";
|
||||
import modalsShare from "./modals/share.json";
|
||||
import modalsPopoverExport from "./modals/popoverExport.json";
|
||||
import modalsAskOrganizerInquiry from "./modals/askOrganizerInquiry.json";
|
||||
|
||||
// create – stage 1: community
|
||||
import createInformational from "./create/community/informational.json";
|
||||
@@ -117,5 +118,6 @@ export default {
|
||||
modals: {
|
||||
share: modalsShare,
|
||||
popoverExport: modalsPopoverExport,
|
||||
askOrganizerInquiry: modalsAskOrganizerInquiry,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"_comment": "CR-107 Ask an organizer modal (Figma 22078-587823)",
|
||||
"title": "Ask an Organizer",
|
||||
"description": "Have a question about organizing? Send it over and an experienced organizer will get back to you.",
|
||||
"emailLabel": "Email address",
|
||||
"emailPlaceholder": "you@example.com",
|
||||
"questionLabel": "Your question",
|
||||
"questionPlaceholder": "What would you like to know?",
|
||||
"submitButton": "Confirm Question",
|
||||
"closeAfterSuccess": "Close",
|
||||
"successTitle": "Thanks, we received your question",
|
||||
"successDescription": "Check your inbox and an organizer will reply when they can.",
|
||||
"genericError": "Something went wrong. Please try again.",
|
||||
"rateLimitedError": "Too many attempts. Please wait a bit and try again.",
|
||||
"ariaDialog": "Ask an organizer",
|
||||
"honeypotLabel": "Company"
|
||||
}
|
||||
@@ -53,8 +53,7 @@
|
||||
"askOrganizer": {
|
||||
"title": "Still have questions?",
|
||||
"subtitle": "Get answers from an experienced organizer",
|
||||
"buttonText": "Ask an organizer",
|
||||
"buttonHref": "#contact"
|
||||
"buttonText": "Ask an organizer"
|
||||
},
|
||||
"ruleStack": {
|
||||
"title": "Popular templates",
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
"title": "Still have questions?",
|
||||
"subtitle": "Get answers from an experienced organizer",
|
||||
"description": "Our community of organizers is here to help you navigate the challenges of building and maintaining effective community organizations.",
|
||||
"buttonText": "Ask an organizer",
|
||||
"buttonHref": "/contact"
|
||||
"buttonText": "Ask an organizer"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user