...
Codeblock | ||
---|---|---|
| ||
<html> <head> <title></title> </head> <body> <table> <tbody><!-- BEGIN form_field --> <tr> <td>[[FIELD_LABEL]]</td> <td>[[FIELD_VALUE]]</td> </tr> </tbody><!-- END form_field --> </tbody> </table> </body> </html> |
Falls die entsprechenden Platzhalter [[FIELD_LABEL]]
und [[FIELD_VALUE]]
fehlen, fügen Sie diese bitte hinzu. Diese Platzhalter werden zwingend gebraucht, damit die entsprechenden Einträge abgefüllt werden.
...