Advertisement
chrishajer

Form export for post-88857

Nov 18th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.02 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <forms version="1.7.dev1">
  3.     <form labelPlacement="top_label" useCurrentUserAsAuthor="1">
  4.         <title><![CDATA[Quantity-based Pricing]]></title>
  5.         <description><![CDATA[Thank you for your interest in our widgets.]]></description>
  6.         <confirmation type="message">
  7.             <message><![CDATA[Thank you for your order.  We'll be in touch with you shortly.]]></message>
  8.         </confirmation>
  9.         <button type="text">
  10.             <text><![CDATA[Submit]]></text>
  11.         </button>
  12.         <fields>
  13.             <field id="1" isRequired="1" size="medium" type="name">
  14.                 <label><![CDATA[Name]]></label>
  15.                 <inputs>
  16.                     <input id="1.3">
  17.                         <label><![CDATA[First]]></label>
  18.                     </input>
  19.                     <input id="1.6">
  20.                         <label><![CDATA[Last]]></label>
  21.                     </input>
  22.                 </inputs>
  23.             </field>
  24.             <field id="2" isRequired="1" size="medium" type="email">
  25.                 <label><![CDATA[Email]]></label>
  26.             </field>
  27.             <field id="6" isRequired="1" size="medium" type="radio">
  28.                 <label><![CDATA[How many widgets are you looking for?]]></label>
  29.                 <choices>
  30.                     <choice>
  31.                         <text><![CDATA[1 - 4]]></text>
  32.                     </choice>
  33.                     <choice>
  34.                         <text><![CDATA[5 - 100]]></text>
  35.                     </choice>
  36.                 </choices>
  37.             </field>
  38.             <field id="3" isRequired="1" size="medium" type="product" inputType="singleproduct">
  39.                 <label><![CDATA[Widgets]]></label>
  40.                 <inputs>
  41.                     <input id="3.1">
  42.                         <label><![CDATA[Name]]></label>
  43.                     </input>
  44.                     <input id="3.2">
  45.                         <label><![CDATA[Price]]></label>
  46.                     </input>
  47.                     <input id="3.3">
  48.                         <label><![CDATA[Quantity]]></label>
  49.                     </input>
  50.                 </inputs>
  51.                 <basePrice><![CDATA[$50.00]]></basePrice>
  52.                 <conditionalLogic actionType="show" logicType="all">
  53.                     <rules>
  54.                         <rule fieldId="6" operator="is">
  55.                             <value><![CDATA[1 - 4]]></value>
  56.                         </rule>
  57.                     </rules>
  58.                 </conditionalLogic>
  59.             </field>
  60.             <field id="4" isRequired="1" size="medium" type="product" inputType="singleproduct">
  61.                 <label><![CDATA[Widgets]]></label>
  62.                 <inputs>
  63.                     <input id="4.1">
  64.                         <label><![CDATA[Name]]></label>
  65.                     </input>
  66.                     <input id="4.2">
  67.                         <label><![CDATA[Price]]></label>
  68.                     </input>
  69.                     <input id="4.3">
  70.                         <label><![CDATA[Quantity]]></label>
  71.                     </input>
  72.                 </inputs>
  73.                 <basePrice><![CDATA[$45.00]]></basePrice>
  74.                 <conditionalLogic actionType="show" logicType="all">
  75.                     <rules>
  76.                         <rule fieldId="6" operator="is">
  77.                             <value><![CDATA[5 - 100]]></value>
  78.                         </rule>
  79.                     </rules>
  80.                 </conditionalLogic>
  81.             </field>
  82.             <field id="5" size="medium" type="total">
  83.                 <label><![CDATA[Total]]></label>
  84.             </field>
  85.         </fields>
  86.         <descriptionPlacement><![CDATA[below]]></descriptionPlacement>
  87.         <enableHoneypot><![CDATA[1]]></enableHoneypot>
  88.         <enableAnimation><![CDATA[1]]></enableAnimation>
  89.         <notification>
  90.             <to><![CDATA[email@example.com]]></to>
  91.             <subject><![CDATA[New submission from {form_title}]]></subject>
  92.             <message><![CDATA[{all_fields}]]></message>
  93.             <from><![CDATA[admin@example.net]]></from>
  94.         </notification>
  95.     </form>
  96. </forms>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement