Frequently Asked Questions

Find answers to common questions about our wedding day.

Loading FAQs...

Still Have Questions?

Can't find what you're looking for? We're here to help!

📧 Email Us

Send us your questions directly

Send Email

📞 Call Us

Reach out to us by phone

View Contacts

📝 For Site Editors: How to Update FAQs

Editing FAQ Content

All FAQ content is stored in data/faq.json for easy editing:

  1. Open the data/faq.json file in any text editor
  2. Each FAQ has the following structure:
    {
      "id": 1,
      "category": "General",
      "question": "Your question here?",
      "answer": "Your answer here."
    }
  3. To add a new FAQ, copy an existing entry and modify it
  4. Categories are automatically grouped and sorted
  5. HTML is supported in answers (e.g., <br> for line breaks, <strong> for bold)
  6. Save the file and refresh the page to see changes

💡 Pro Tips

  • Use consistent categories to keep FAQs organized
  • Keep "General" category first (it's automatically prioritized)
  • Make sure each FAQ has a unique ID number
  • Test your JSON at jsonlint.com to avoid syntax errors