Find an Alpha/Course tool

How to Test

Embedded on a page

  1. Duplicate the page you have the current widget on
  2. Make the page private or password-protected, just not easily accessible or searchable as it's a fake test page
  3. create a HTML code block
  4. Insert the Testing Embed code in the code block
    1. Configure the code as needed per the configuration options
  5. Test the tool

Submission

  1. Create a fake course on MyAlpha/MarriageBuilder
    1. Use "test" in the name
    2. Use account associated with an email you have inbox access to
  2. Make sure to publish the course
  3. Search for the course on the tool
  4. Input details and submit interest
  5. Check the email is received in your inbox as the course admin
  6. Delete the fake course from MyAlpha/MarriageBuilder when you're done

Testing Embed code

<script type="module" crossorigin src="https://alphafacdevstor.z33.web.core.windows.net/index.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta>

<link rel="stylesheet" href="https://alphafacdevstor.z33.web.core.windows.net/index.css"/>

<div id="find-a-course" style="width: 100%;text-align: center;" data-client="ALPHA" data-coursetype="" data-language="en" data-browser-lang-override="true" data-region="global" data-time-format="12h" data-catholic-filter="true"></div>

Production code

<script type="module" crossorigin src="https://alphafacprdstor.z33.web.core.windows.net/index.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta>

<link rel="stylesheet" href="https://alphafacprdstor.z33.web.core.windows.net/index.css"/>

<div id="find-a-course" style="width: 100%;text-align: center;" data-client="TMC" data-coursetype="PC" data-language="en" data-browser-lang-override="true" data-region="global" data-time-format="12h" data-catholic-filter="true"></div>

Embed configuration options

  • data-client, value = ALPHA (alpha version) or TMC (TMC version)
  • data-coursetype, value = PC (parenting course), MC (marriage course), PMC (pre-marriage course), blank (all courses)
    • TMC version only
  • data-language, value = a supported list of languages' language code
    • Each language's code can be seen in any of the POEditor project with the language: https://poeditor.com/projects/view?id=620405, it's the typical two-letter code
      • If it has 2 parts for e.g. de-ch, use the '-' instead of underscore, ex: data-language='de-ch' and not 'de_ch'
  • data-browser-lang-override, value = true (change language based on user's browser language instead of using data language value)
    • leave blank or don't have this in code to just use data-language value which will stay the same for all visitors
  • data-region, value = see data region list below that shows all the values on the left side and the corresponding database on the right.
    • example: "italy" only shows courses from the database of https://run.alphaitalia.org 
    • you can show courses from multiple countries by using multiple values, such as "france, italy, ireland, germany"
    • "global" allows users to see courses from any country.
    • "global" and regional instances like "MENA" changes the highest value for maximum distance to 5000km
    • When using a specific country value, the highest value for maximum distance is Whole Country
  • data-time-format, value="24h" or "12h"
    • uses the 12 or 24 hour time format
    • the translations are based those put in poeditor
  • data-catholic-filter, value = true (to have catholic alphas filter show)
    • leave blank or don't have this in code to not show catholic alphas filter
    • Alpha version only

Supported Languages

  1. Albanian
  2. Amharic
  3. Arabic
  4. Arabic (EG)
  5. Armenian
  6. Azerbaijani
  7. Bengali
  8. Bulgarian
  9. Burmese
  10. Cantonese (Traditional) - Chinese (HK)
  11. Mandarin (Simplified) - Chinese (china)
  12. Mandarin (Traditional) - Chinese (TW)
  13. Czech
  14. Danish
  15. Dutch
  16. English
  17. Estonian
  18. Finnish
  19. Flemish
  20. French
  21. French (BE)
  22. French (CA)
  23. French (CH)
  24. German
  25. German (CH)
  26. Hebrew
  27. Hindi
  28. Hungarian
  29. Icelandic
  30. Indonesian
  31. Italian
  32. Japanese
  33. Khmer
  34. Korean
  35. Kurdish
  36. Latvian
  37. Lithuanian
  38. Malay
  39. Mongolian
  40. Norwegian
  41. Persian
  42. Polish
  43. Portuguese
  44. Portuguese (BR)
  45. Romanian
  46. Russian
  47. Serbian
  48. Sinhalese
  49. Slovak
  50. Spanish
  51. Spanish (LA & C)
  52. Swahili
  53. Swedish
  54. Tagalog
  55. Thai
  56. Turkish
  57. Ukrainian
  58. Urdu
  59. Vietnamese

Data Regions


Find a course (TMC) (data-region)


Note:

  • For the admin emails of submission, unless the myalpha instance is setup with a campaign monitor template or has submitted a translation to Hector, then only the subject line of emails will be translated (per POEditor). The body text of the email will be in english.
    • To get the admin emails translated for your myalpha instance for your languages, please submit the translations to Hector
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us