diff --git a/components/ms-form.js b/components/ms-form.js index 010ae7e18..3f652a23c 100644 --- a/components/ms-form.js +++ b/components/ms-form.js @@ -22,6 +22,13 @@ export const CONTACT_FORM = { height: 2000, }; +export const ATUN = { + slug: "atun", + title: "ATUN form", + url: "https://forms.office.com/pages/responsepage.aspx?id=bFwgTJtTgU-Raj-O_eaPrNZFPqw5Il9Hp4B1mWQ_eQhUQkpGWFRCNU4zVUQ0MUVMRlY0WjdIT1ZWWS4u&embed=true", + height: 2000, +}; + export const INFO_APP_FEEDBACK = { slug: "information-appointment-feedback", title: "Information appointment feedback", diff --git a/pages/get-involved/atun.js b/pages/get-involved/atun.js index 9de8da544..c086c2092 100644 --- a/pages/get-involved/atun.js +++ b/pages/get-involved/atun.js @@ -9,6 +9,7 @@ import FormatQuoteIcon from "@mui/icons-material/FormatQuote"; import MenuBookIcon from "@mui/icons-material/MenuBook"; import styles from "../../styles/atun.module.css"; +import { ATUN, FormModal } from "../../components/ms-form"; export default function Atun() { return ( @@ -28,14 +29,15 @@ export default function Atun() { users at the heart of innovation.

-
- -
+ + {({ onClick }) => ( +
+ +
+ )} +