Advertisement
chrishajer

Form 2 for Post 85857

Oct 31st, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.59 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[Newsletter Form (step 2)]]></title>
  5.         <description><![CDATA[Almost done!  Just confirm your information below and click <strong>[Confirm your subscription]</strong> we'll start sending you our email newsletter immediately.]]></description>
  6.         <confirmation type="message">
  7.             <message><![CDATA[Thank you for opting in to our mailing list.  We promise we won't email more than ten times per day and if we are getting ready to sell your email address, we'll give you a few hours notice.]]></message>
  8.         </confirmation>
  9.         <button type="text">
  10.             <text><![CDATA[Confirm your subscription]]></text>
  11.         </button>
  12.         <fields>
  13.             <field allowsPrepopulate="1" id="1" isRequired="1" size="medium" type="name">
  14.                 <label><![CDATA[Name]]></label>
  15.                 <inputs>
  16.                     <input id="1.3" name="fname">
  17.                         <label><![CDATA[First]]></label>
  18.                     </input>
  19.                     <input id="1.6" name="lname">
  20.                         <label><![CDATA[Last]]></label>
  21.                     </input>
  22.                 </inputs>
  23.             </field>
  24.             <field allowsPrepopulate="1" id="2" isRequired="1" size="medium" type="email">
  25.                 <inputName><![CDATA[eml]]></inputName>
  26.                 <label><![CDATA[Email]]></label>
  27.             </field>
  28.         </fields>
  29.         <descriptionPlacement><![CDATA[below]]></descriptionPlacement>
  30.         <enableHoneypot><![CDATA[1]]></enableHoneypot>
  31.         <notification>
  32.             <to><![CDATA[{admin_email}]]></to>
  33.             <subject><![CDATA[New submission from {form_title}]]></subject>
  34.             <message><![CDATA[{all_fields}]]></message>
  35.         </notification>
  36.     </form>
  37. </forms>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement