I have a from with about 12 fields in it. When I use {all_fields} to ouput the table with all submitted fields I see two errors..
After the name lable there is a </strong closing tag
After the phone number submitted value I see the < / font> closing tag
Not really pretty, especially because the all_fields is also send out as a confirmation email.
Where to look for the problem? I did not try to style the form with html labels or anything.. Form looks OK when embedded..