Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <forms version="1.7.dev1">
- <form labelPlacement="top_label" useCurrentUserAsAuthor="1">
- <title><![CDATA[Quantity-based Pricing]]></title>
- <description><![CDATA[Thank you for your interest in our widgets.]]></description>
- <confirmation type="message">
- <message><![CDATA[Thank you for your order. We'll be in touch with you shortly.]]></message>
- </confirmation>
- <button type="text">
- <text><![CDATA[Submit]]></text>
- </button>
- <fields>
- <field id="1" isRequired="1" size="medium" type="name">
- <label><![CDATA[Name]]></label>
- <inputs>
- <input id="1.3">
- <label><![CDATA[First]]></label>
- </input>
- <input id="1.6">
- <label><![CDATA[Last]]></label>
- </input>
- </inputs>
- </field>
- <field id="2" isRequired="1" size="medium" type="email">
- <label><![CDATA[Email]]></label>
- </field>
- <field id="6" isRequired="1" size="medium" type="radio">
- <label><![CDATA[How many widgets are you looking for?]]></label>
- <choices>
- <choice>
- <text><![CDATA[1 - 4]]></text>
- </choice>
- <choice>
- <text><![CDATA[5 - 100]]></text>
- </choice>
- </choices>
- </field>
- <field id="3" isRequired="1" size="medium" type="product" inputType="singleproduct">
- <label><![CDATA[Widgets]]></label>
- <inputs>
- <input id="3.1">
- <label><![CDATA[Name]]></label>
- </input>
- <input id="3.2">
- <label><![CDATA[Price]]></label>
- </input>
- <input id="3.3">
- <label><![CDATA[Quantity]]></label>
- </input>
- </inputs>
- <basePrice><![CDATA[$50.00]]></basePrice>
- <conditionalLogic actionType="show" logicType="all">
- <rules>
- <rule fieldId="6" operator="is">
- <value><![CDATA[1 - 4]]></value>
- </rule>
- </rules>
- </conditionalLogic>
- </field>
- <field id="4" isRequired="1" size="medium" type="product" inputType="singleproduct">
- <label><![CDATA[Widgets]]></label>
- <inputs>
- <input id="4.1">
- <label><![CDATA[Name]]></label>
- </input>
- <input id="4.2">
- <label><![CDATA[Price]]></label>
- </input>
- <input id="4.3">
- <label><![CDATA[Quantity]]></label>
- </input>
- </inputs>
- <basePrice><![CDATA[$45.00]]></basePrice>
- <conditionalLogic actionType="show" logicType="all">
- <rules>
- <rule fieldId="6" operator="is">
- <value><![CDATA[5 - 100]]></value>
- </rule>
- </rules>
- </conditionalLogic>
- </field>
- <field id="5" size="medium" type="total">
- <label><![CDATA[Total]]></label>
- </field>
- </fields>
- <descriptionPlacement><![CDATA[below]]></descriptionPlacement>
- <enableHoneypot><![CDATA[1]]></enableHoneypot>
- <enableAnimation><![CDATA[1]]></enableAnimation>
- <notification>
- <subject><![CDATA[New submission from {form_title}]]></subject>
- <message><![CDATA[{all_fields}]]></message>
- </notification>
- </form>
- </forms>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement