Lethe Newsletter & Mailing System
Customizable Subscription Forms


All Form Fields


Saved Datas


Static Fields

Static values could be used as short codes, all field values will saved on subscriber data columns.

Name E-Mail Web Address Phone Date Company Name Group ID Localization


Full Data Area

Custom field values will save as JSON.


{
    "[email protected]": [
        {
            "label": "Age",
            "content": "29"
        },
        {
            "label": "Do you like our scripts?",
            "content": "Yes"
        },
        {
            "label": "Test Text Field",
            "content": "Here my text"
        },
        {
            "label": "Simple Info",
            "content": "Hello World!"
        },
        {
            "label": "Favorite Sports",
            "content": "Basketball"
        },
        {
            "label": "Group",
            "content": "11"
        },
        {
            "label": "Name",
            "content": "John Doe"
        },
        {
            "label": "E-Mail",
            "content": "[email protected]"
        },
        {
            "label": "Web",
            "content": "http://www.newslether.com/"
        },
        {
            "label": "Date",
            "content": "2015-03-12 02:00:00"
        },
        {
            "label": "Phone",
            "content": "+1-111-111-1111"
        },
        {
            "label": "Company",
            "content": "Test Company Name"
        },
        {
            "label": "Country",
            "content": "United States"
        },
        {
            "label": "Country Code",
            "content": "US"
        },
        {
            "label": "City",
            "content": "Mountain View"
        },
        {
            "label": "Region",
            "content": "California"
        },
        {
            "label": "Region Code",
            "content": "CA"
        }
    ]
}