Create a form and in that form have the following fieldsTo save you some time,you can build from an Excel sheet [[File:ProductListingv1-1.xlsx]]
* If you prefer to build by hand... create a form and in that form have the following fields. {| class="wikitable"| Title : || Text Box : || The name of the product* |-| Price Ex VAT : || Number box : || The price of the product without VAT added* |-| VAT : || Text Box : || For the VAT rate of the product. This can include the % symbol* |-| Info : || Web Box : || This is a URL / link for more information on the product|-|}
With that done, make a note of the fields, i.e. the strCDA_X_field_0_Y notation for each field.
So now we have a form with products to sell. Lets call this form, Products, with an Id of 858.
{| class="wikitable"* | Title : || strCDA_858_field_0_1* |-| Price Ex VAT : || strCDA_858_field_0_2* |-| VAT : || strCDA_858_field_0_4* |-| Info : || strCDA_858_field_0_5|-|}
Now we build a quotation form. We add the usual details at the top for any quotation.
* {| class="wikitable"| Prospect Name: || Complex - Title Block : || For capturing a name* |-| Prospect Phone : || Basic Text Box : || For follow up if desired* |-| Prospect Email : || Basic Text Box : || For sending the quote by email if desired* |-| Where did you hear about us? : || Basic - List / Menu : || For marketing purposes* |-| Notes: || Basic - Text Area : || For more sales info / rapport building info|-|}
Now we come to the new question type.
There are a number of configuration values possible.
{| class="wikitable"
! Title
! Sample Data
! Description
|-
| Show Fields || Yes-Yes-Yes-Yes || Show Number, Show Price Inc Ex Vat, Show VAT Rate, Show Price Ex Inc VAT
|-
| Max Quantity || 0-10-1 || Start at 0, go up to 10, by 1 each time, i.e. 0,1,2,3,4,5,6,7,8,9,10.