form_wizard.txt
1 |
enctype = multipart/form-data |
---|---|
2 |
method = post |
3 |
prefix = tx_form |
4 |
confirmation = 1 |
5 |
postProcessor { |
6 |
1 = mail |
7 |
1 { |
8 |
recipientEmail = valid@email.tld |
9 |
senderEmail = valid@email.tld |
10 |
} |
11 |
} |
12 |
10 = CHECKBOX |
13 |
10 { |
14 |
name = gespraech |
15 |
label { |
16 |
value = Ich w?nsche ein Gespr?ch |
17 |
} |
18 |
} |
19 |
20 = CHECKBOX |
20 |
20 { |
21 |
name = unterlagen |
22 |
label { |
23 |
value = Ich w?nsche Unterlagen ?ber Ihr Unternehmen |
24 |
} |
25 |
} |
26 |
30 = SELECT |
27 |
30 { |
28 |
name = Anrede |
29 |
label { |
30 |
value = Anrede |
31 |
} |
32 |
10 = OPTION |
33 |
10 { |
34 |
data = Herr |
35 |
selected = selected |
36 |
} |
37 |
20 = OPTION |
38 |
20 { |
39 |
data = Frau |
40 |
} |
41 |
} |
42 |
40 = TEXTLINE |
43 |
40 { |
44 |
name = Vorname |
45 |
label { |
46 |
value = Vorname * |
47 |
} |
48 |
} |
49 |
50 = TEXTLINE |
50 |
50 { |
51 |
name = Name |
52 |
label { |
53 |
value = Name * |
54 |
} |
55 |
} |
56 |
60 = TEXTLINE |
57 |
60 { |
58 |
name = Adresse |
59 |
label { |
60 |
value = Adresse |
61 |
} |
62 |
} |
63 |
70 = TEXTLINE |
64 |
70 { |
65 |
name = Ort |
66 |
label { |
67 |
value = PLZ/Ort |
68 |
} |
69 |
} |
70 |
80 = TEXTLINE |
71 |
80 { |
72 |
name = Telefon |
73 |
label { |
74 |
value = Telefon |
75 |
} |
76 |
} |
77 |
90 = TEXTLINE |
78 |
90 { |
79 |
name = Email |
80 |
label { |
81 |
value = Email * |
82 |
} |
83 |
} |
84 |
100 = TEXTAREA |
85 |
100 { |
86 |
cols = 40 |
87 |
rows = 5 |
88 |
name = 11 |
89 |
label { |
90 |
value = Mitteilung |
91 |
} |
92 |
} |
93 |
110 = SUBMIT |
94 |
110 { |
95 |
name = 6 |
96 |
value = senden |
97 |
} |
98 |
rules { |
99 |
1 = required |
100 |
1 { |
101 |
breakOnError = 0 |
102 |
showMessage = |
103 |
message = |
104 |
error = Dies ist ein Pflichtfeld |
105 |
element = Vorname |
106 |
} |
107 |
2 = required |
108 |
2 { |
109 |
breakOnError = 0 |
110 |
showMessage = |
111 |
message = |
112 |
error = Dies ist ein Pflichtfeld |
113 |
element = Name |
114 |
} |
115 |
3 = email |
116 |
3 { |
117 |
breakOnError = 0 |
118 |
showMessage = |
119 |
message = |
120 |
error = keine g?ltige E-Mail-Adresse |
121 |
element = Email |
122 |
} |
123 |
} |