Starting to build a quote tool related to ordering food and loving the experience so far. I have a number of questions that probably aren't bugs as much as clarification on scope / functionality offered with this release.
- Why can there only be one total field?
- If I wanted to represent a few different sub-totals (base product, options, etc) what would you recommend?
- If I want to display the total on each page of a multi-page form how would I do it?
- Is it possible to have total be a dynamically populated field to address scenarios where the default quantity * product + options doesn't fit?
- Documentation: What hooks are available for each field type to work with?
- In an option drop-down which does not have enable values selected, when attempting to modify a selection in the drop-down, the currently selected item does not show the associated cost. Intentional behaviour or bug?
- Is there a way to have it that when adding new fields to a form they come in somewhere near the portion of the form I'm currently at? Mega-scrolling involved if adding to the middle of a multi-page form. Group select or something?
- Can an update form button be added to the bottom of the floating add fields menu?
- For multi-page progress indicator in step mode, is it possible to have previous page identifiers as links so that user can jump back. Or perhaps as a separate option style from the one currently setup to meet more use case needs.
- How to pre-select a drop-down quantity field? I've set the dynamic population variable name as numLayers. Not sure if being a multi-page format is related or not. Tested with an email field type doing pre-population and no issue.