Format d'affichage du formulaire:

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

Si vous n'êtes pas familier avec les spécificateurs de format printf, utilisez '%s' pour chacun des champs que vous souhaitez voir affiché. L'ordre de la %s' correspondront à l'ordre des champs que vous avez sélectionné (par exemple le premier %s affichera le premier champ).

Champs affichés:

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.


Pas d'argument