Update question information and dependencies
Hidden questions are not shown on the form but can be added to Quote Groups. They use their default choice/value for pricing. Useful for mandatory items that should appear on every quote.
Single choice questions support basic required/optional validation.
• Dependencies allow you to show questions conditionally
• Select a question to make this question dependent on it
• Optionally select a specific choice to make it more specific
This choice will be pre-selected when the form loads
Internal identifier (camelCase)
Display label for users
Variable Naming Rules:
Select a custom field defined for choices in the referenced question
Write a JavaScript expression that returns a number. Use variable names directly (they are in scope). Press Ctrl+Space for autocomplete.
Available Variables:
h2_leuningen
h1_wit
btw_tarief
Hover over variables in the editor to see descriptions. Use these names directly in your formula.
Formula Examples:
PRICE_PER_CM * TOTAL_LENGTH
NUMBER_OF_RAILINGS < 3 ? 75 : 0
PRICE_PER_CM * TOTAL_LENGTH + CARRIER_PRICE * NUMBER_OF_CARRIERS + (NUMBER_OF_RAILINGS < 3 ? 75 : 0)
Math.round(PRICE_PER_CM * TOTAL_LENGTH * 100) / 100
FIXED - €0