Test form admin 2007-05-15T08:41:51Z 2007-12-04T09:25:47Z complex-form None 2007/12/04 03:25:47.294 US/Central string:Test form submit Test string:recipient@mail.org cc1@mail.org cc2@mail.org bcc1@mail.org bcc2@mail.org Header1: value1 Header2: value2 Next are input fields You have filled all necessary fields It's built on Plone <tal:block i18n:domain="pfm" tal:define="form here/form; groups form/get_groups;"> <html> <body style="font-family:verdana,sans-serif;"> <p tal:condition="here/getBodyPre" tal:content="here/getBodyPre" /> <p tal:condition="options/prepend" tal:content="options/prepend" /> <tal:block tal:repeat="group groups"> <h1 tal:condition="python:group!='Default'" tal:content="group" /> <table style="font-family:verdana,sans-serif;"> <tbody valign="top"> <tal:block tal:repeat="field python:form.get_fields_in_group(group)"> <tr> <th i18n:translate="" style="text-align:right; white-space: nowrap; border-bottom: 1px solid #cccccc;" tal:content="field/title" /> <td> <div tal:repeat="line field/mailsplitter"> <span tal:content="line"/> </div> </td> </tr> </tal:block> </tbody> </table> </tal:block> <p tal:condition="options/append" tal:content="options/append" /> <p tal:condition="here/getBodyPost" tal:content="here/getBodyPost" /> <pre tal:content="here/getFooter" /> </body> </html> </tal:block> text/html <p>form prologue</p> <p>form epilogue</p> Submit|submit|submit|context Reset|reset|reset|standalone The form was sent. <p>Thank you for submiting it.<br /></p> string:test script 738f9995ffd82394ff8a3fb75450c354 PloneFormMailer
PFM Formulator 4 form POST UTF-8 ISO-8859-1 false Default field1 StringField field description 20 1 0 1 String field 0 0 0 The input failed the external validator. Input is required but no input given. Too much input was given. field2 EmailField test@mail.com 20 1 0 1 Email field 0 0 0 The input failed the external validator. Input is required but no input given. Too much input was given. You did not enter an email address. field3 LinkField 0 7.0 7.0 15 20 1 0 external 0 Link field 0 0 0 The input failed the external validator. Input is required but no input given. Too much input was given. The specified link is broken. field4 PatternField 20 1 1 * 1 Pattern field 0 0 0 The input failed the external validator. Input is required but no input given. Too much input was given. The entered value did not match the pattern. field5 TextAreaField 1 5 0 1000 1 Text area field 0 0 40 The input failed the external validator. Input is required but no input given. You entered too many lines. A line was too long. You entered too many characters. field6 RawTextAreaField 1 5 0 1 Raw text area field 0 0 0 40 The input failed the external validator. Input is required but no input given. Too much input was given. field7 PasswordField 20 1 0 1 Password field 0 0 0 The input failed the external validator. Input is required but no input given. Too much input was given. field8 LabelField label text 1 0 Label field field9 IntegerField 55 40 20 1 1000 0 1 10 Integer field 0 The input failed the external validator. Input is required but no input given. You did not enter an integer. The integer you entered was out of range. field10 FloatField 10 20 1 0 1 Float field 0 The input failed the external validator. Input is required but no input given. You did not enter a floating point number. field11 DateTimeField 0 0 0 / 2008/10/10 10:10:00 GMT+3 0 1 2010/12/31 23:59:00 GMT+2 0 0 ymd text 1 2006/01/01 : Date time field The input failed the external validator. Input is required but no input given. You did not enter a valid date and time. The date and time you entered were out of range. field12 FileField 20 1 0 File field The input failed the external validator. field13 LinesField ['first', 'second', 'third'] 1 5 0 1 Lines field 0 <br /> 0 40 The input failed the external validator. Input is required but no input given. You entered too many lines. A line was too long. You entered too many characters. field14 CheckBoxField 1 1 0 Checkbox field The input failed the external validator. field15 ListField first 1 0 0 [('First', 'first'), ('Second', 'second'), ('Third', 'third')] 1 5 List field 0 0 The input failed the external validator. Input is required but no input given. You selected an item that was not in the list. field16 RadioField first 1 0 0 [('First', 'first'), ('Second', 'second'), ('Third', 'third')] vertical 1 Radio field 0 0 The input failed the external validator. Input is required but no input given. You selected an item that was not in the list. field17 MultiListField ['first', 'third'] 1 0 [('First', 'first'), ('Second', 'second'), ('Third', 'third')] 1 5 Multi list field 0 <br /> The input failed the external validator. Input is required but no input given. You selected an item that was not in the list. field18 MultiCheckBoxField ['first', 'third'] 1 0 [('First', 'first'), ('Second', 'second'), ('Third', 'third')] vertical 1 Multi checkbox field 0 <br /> The input failed the external validator. Input is required but no input given. You selected an item that was not in the list.