
		wolf.formInit = function()
		{
    

			wolf.drawForm(wolf.appId, wolf.publicKey, wolf.formRuleName, wolf.formRedirectURL, "Profile");

			
    wolf.drawGroup("You are seconds away from your WOLF account");
    
				wolf.drawInput("Name", "te_Profile.WFname", "text", "", "true", "false", "");
      
				wolf.drawInput("Email ID", "te_Profile.WFemailid", "text", "^[a-zA-Z]*[\\w\\.-]*[a-zA-Z0-9]*@[a-zA-Z0-9][\\w\\.-]*[a-zA-Z0-9]\\.[a-zA-Z][a-zA-Z\\.]*[a-zA-Z]$", "true", "false", "A verification email will be sent to this email address");
      
        wolf.drawInput("Country", "te_Profile.WFcountry", "select", "/wsfdesigner/solutionexplorer/combos/country", "false", "false", "", "");
      
				wolf.drawInput("Phone Number", "te_Profile.WFphonenumber", "text", "", "false", "false", "");
      
				wolf.drawInput("Discount Coupon", "te_Profile.WFpromotionalkey", "text", "", "false", "false", "");
      
    wolf.drawGroup("Business Plan");
    
        wolf.drawInput("Plan", "te_Profile.WFplan", "select", "businessrule.PricingPlanDropDown", "true", "false", "&lt;a target='_blank' href='http://www.wolfframeworks.com/pricing.asp'&gt;Pricing Plan Details&lt;/a&gt;", "");
      
        wolf.drawInput("I ACCEPT", "te_Profile.WFiaccept", "boolean", "", "false", "", "By clicking on 'I ACCEPT' you agree to the &lt;a target='_blank' href='http://www.wolfframeworks.com/licenseagreement.asp'&gt; WOLF Frameworks License Agreement &lt;/a&gt;");
      
    wolf.drawGroup("Optional Information");
    
        wolf.drawInput("Tell us your requirements", "te_Profile.WFtellusyourrequirements1", "select", "RequirementsSource_default", "false", "false", "", "");
      
        wolf.drawInput("How did you hear about WOLF?", "te_Profile.WFhearaboutwolf", "select", "ReferenceSource_default", "false", "false", "", "");
      
        wolf.drawInput("What are you using today for this process?", "te_Profile.WFcurrentprocess", "select", "CurrentProcess_default", "false", "false", "", "");
      
        wolf.drawTask("Submit", "submit");
      

        wolf.drawTask("Reset", "reset");
        wolf.drawTask("Cancel", "cancel");
        
        
      }
      wolf.attachEvent(window, "onload", wolf.formInit);
    

