|
|
@@ -71,6 +71,7 @@ |
|
|
showQuestionNumbers: "off", |
|
|
showQuestionNumbers: "off", |
|
|
completeText: "Submit Order", |
|
|
completeText: "Submit Order", |
|
|
checkErrorsMode: "onNextPage", |
|
|
checkErrorsMode: "onNextPage", |
|
|
|
|
|
clearInvisibleValues: "onHidden", |
|
|
completedHtml: "<h3>Thank you for submitting your order.</h3>", |
|
|
completedHtml: "<h3>Thank you for submitting your order.</h3>", |
|
|
pages: [ |
|
|
pages: [ |
|
|
{ |
|
|
{ |
|
|
@@ -115,11 +116,11 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
type: "radiogroup", name: "PurplePrintOption", |
|
|
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", |
|
|
visibleIf: "{PurpleWantsQuote} = true", |
|
|
isRequired: true, |
|
|
isRequired: true, |
|
|
choices: [ |
|
|
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" } |
|
|
{ value: "PermitOnly", text: "State of Michigan permit only" } |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
@@ -208,6 +209,7 @@ |
|
|
{ |
|
|
{ |
|
|
name: "blueEnvelope", |
|
|
name: "blueEnvelope", |
|
|
title: "3. Blue AV Envelope Order Form", |
|
|
title: "3. Blue AV Envelope Order Form", |
|
|
|
|
|
visibleIf: "{PurpleEnvelopeStock} <> 'OwnStock'", |
|
|
elements: [ |
|
|
elements: [ |
|
|
{ |
|
|
{ |
|
|
type: "boolean", name: "BlueWantsQuote", labelTrue: "Yes", labelFalse: "No", |
|
|
type: "boolean", name: "BlueWantsQuote", labelTrue: "Yes", labelFalse: "No", |
|
|
|