Hello Laura,
i spotted a few mistakes on your form:
1. Textarea field Attribute should not be
| Code: |
«style="width:100%;" »
|
but
| Code: |
style="width:100%;"
|
2.when you edit the free text field, make sure that your Field Style field looks like this:
| Code: |
<td valign="top" width="100%" colspan="3">{fieldtitle}{validationsign}<br>{field}<br>{fielddesc}</td>
|
Let me know if that worked.