UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 45815a2a authored by Luke Glasscock's avatar Luke Glasscock
Browse files

fix issue with form submission for multiple pages

parent e685e676
No related branches found
No related tags found
No related merge requests found
......@@ -257,16 +257,14 @@
<v-btn
class="my-3 mx-10"
color="primary"
target="_blank"
href="https://docs.google.com/forms/d/e/1FAIpQLScU88kFi9EPKyyCRFtpqZL1PV1H2Ek85hU6J1zqBkppvfFNlQ/viewform"
href="/#/products/iron-bank/getting-started"
>
Iron Bank Onboarding Request
</v-btn>
<v-btn
class="my-3 mx-10"
color="primary"
target="_blank"
href="https://docs.google.com/forms/d/e/1FAIpQLSe17YVTDZDiEzt4s8r-Ts-6B1m3isayOCWiNTI4K6cllO8jnw/viewform"
href="/#/products/iron-bank/onboarding-containers"
>
Internal Hardening Request
</v-btn>
......
......@@ -731,7 +731,6 @@ export default {
"entry.1588573313",
"entry.848891346",
"entry.1116274430",
"entry.981659030",
"entry.91622704",
"entry.1054914449",
"entry.1988147930",
......@@ -835,6 +834,7 @@ export default {
...sectionTwoData,
...sectionThreeData,
...sectionFourData,
pageHistory: "0,1,2,3", // four pages in google form; this must match up with exact number of pages in google form
};
return body;
},
......
......@@ -511,6 +511,7 @@ export default {
...sectionOneData,
...sectionTwoData,
...sectionThreeData,
pageHistory: "0,1", // only two pages in google form; this must match up with exact number of pages in google form
};
return body;
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment