diff --git a/app/server/app/utilities/formio.js b/app/server/app/utilities/formio.js index 149380ae..58698416 100644 --- a/app/server/app/utilities/formio.js +++ b/app/server/app/utilities/formio.js @@ -1579,7 +1579,7 @@ function updateCRFSubmission({ rebateYear, req, res }) { const comboKeyFieldName = getComboKeyFieldName({ rebateYear }); const comboKey = submission.data?.[comboKeyFieldName]; - const formioFormUrl = formUrl[rebateYear].prf; + const formioFormUrl = formUrl[rebateYear].crf; if (!formioFormUrl) { const errorStatus = 400;