diff --git a/app/views/Order/continue.asp b/app/views/Order/continue.asp index 0f27d62..8462796 100644 --- a/app/views/Order/continue.asp +++ b/app/views/Order/continue.asp @@ -71,6 +71,7 @@ showQuestionNumbers: "off", completeText: "Submit Order", checkErrorsMode: "onNextPage", + clearInvisibleValues: "onHidden", completedHtml: "

Thank you for submitting your order.

", pages: [ { @@ -115,11 +116,11 @@ }, { type: "radiogroup", name: "PurplePrintOption", - title: "Would you like KCI to print addresses on your purple envelopes or state of Michigan permit only?", + title: "Would you like KCI to print voter addresses on your purple envelopes or state of Michigan permit only?", visibleIf: "{PurpleWantsQuote} = true", isRequired: true, choices: [ - { value: "AddressesAndPermit", text: "Addresses and state of Michigan permit" }, + { value: "AddressesAndPermit", text: "Voter Addresses and state of Michigan permit" }, { value: "PermitOnly", text: "State of Michigan permit only" } ] }, @@ -208,6 +209,7 @@ { name: "blueEnvelope", title: "3. Blue AV Envelope Order Form", + visibleIf: "{PurpleEnvelopeStock} <> 'OwnStock'", elements: [ { type: "boolean", name: "BlueWantsQuote", labelTrue: "Yes", labelFalse: "No",