Form Display Format:

Edit the format the form's information will be displayed on the page. Use printf format specifiers to add fields to be displayed.

If you are unfamiliar with printf format specifiers, use '%s' for each field you want displayed. The order of the %s's will match the order of your chosen fields (ie. the first %s will display the first field).

Campos mostrados:

The fields to display for each printf format specifier. Each format specifier in the Display Format will be replaced by the corresponding field. The number of format specifiers must match the number of fields.


Sin argumentos