* {| 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.