From 6fa6f3a7f4a72a74ce495609646d2dae3789cde3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 2 Jun 2023 23:43:52 +0300 Subject: feat(corp/rih): submit form data to backend Change-Id: I0c74deea8debf9acbcf6eabf225969dbfe9cc34c Reviewed-on: https://cl.tvl.fyi/c/depot/+/8703 Tested-by: BuildkiteCI Reviewed-by: tazjin --- corp/rih/src/home.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'corp/rih/src/home.html') diff --git a/corp/rih/src/home.html b/corp/rih/src/home.html index df77ee1e88..697daf5148 100644 --- a/corp/rih/src/home.html +++ b/corp/rih/src/home.html @@ -99,6 +99,7 @@ html! {

{"Let's get started with you telling us a bit about what kind of job you would like!"}

+ if !self.submitted {
@@ -172,12 +173,18 @@ html! {

{"This page is still under construction! Please reach out at contact@ if you have any questions."}

+ } else { +
+

{"Thank you for submitting your data! We will reach out to confirm your email address, and further if any matches are found. You can contact us at contact@russiaishiring.com with any questions you might have."}

+
+ }
-- cgit 1.4.1