We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14f4cc commit 9d6c2cbCopy full SHA for 9d6c2cb
src/common/constants.js
@@ -79,9 +79,9 @@ export const urlErrorTypes = {
79
80
export const userDataFormDetails = {
81
// production form
82
- // formUrl: "https://form.gov.sg/6453387735eb0c00128becdc",
+ formUrl: "https://form.gov.sg/6453387735eb0c00128becdc",
83
// dev form
84
- formUrl: "https://form.gov.sg/642c10f5d88e080012b6eb49",
+ // formUrl: "https://form.gov.sg/642c10f5d88e080012b6eb49",
85
urlScannedField: "641d6f416e65530012b57e29",
86
scanTypeField: "641d6fc6448fc900122f8684",
87
};
0 commit comments