|
You could create a select-box based birth field with 3 select boxes. Here's how you should do: 1. Create a new select box field(field id = day), and in the default value add: 01|01,02|02,03|03,04|04,05|05,06|06,07|07,08|08,09|09,10|10,11|11,12|12,13|13,14|14,15|15,16|16,17|17,18|18,19|19,20|20,21|21,22|22,23|23,24|24,25|25,26|26,27|27,28|28,29|29,30|30,31|31 In the field style, type this: <tr> <td align="right" valign="top">{fieldtitle}{validationsign}</td> <td valign="top">{field} 2. Create a new select box(field id = month), and in the default value type: 01|January,02|February,03|March,04|April,05|Mai,06|June,07|July,08|August,09|September,10|October,11|November,12|December In the field style, type this code: {field} 3. Create a new select box (field id = year), and in the default value type: 2000|2000,1999|1999,1998|1998,1997|1997,1996|1996,1995|1995,1994|1994,1993|1993,1992|1992,1991|1991,1990|1990,1989|1989,1988|1988,1987|1987,1986|1986,1985|1985,1984|1984,1983|1983,1982|1982,1981|1981,1980|1980,1979|1979,1978|1978,1977|1977,1976|1976,1975|1975,1974|1974,1973|1973,1972|1972,1971|1971,1970|1970,1969|1969,1968|1968,1967|1967,1966|1966,1965|1965,1964|1964,1963|1963,1962|1962,1961|1961,1960|1960,1959|1959,1958|1958,1957|1957,1956|1956,1955|1955,1954|1954,1953|1953,1952|1952,1951|1951,1950|1950,1949|1949,1948|1948,1947|1947,1946|1946,1945|1945,1944|1944,1943|1943,1942|1942,1941|1941,1940|1940,1939|1939,1938|1938,1937|1937,1936|1936,1935|1935,1934|1934,1933|1933,1932|1932,1931|1931,1930|1930 Then, in the field style, type this code: {field}</td><td> </td></tr> 4. In your e-mail, use {day}/{month}/{year} to display the birth day. |