# packeta/1.6.1/template/checkout/input_fields.latte

Packeta, version 1.6.1. 4 lines.

- Page: https://pluginprobe.com/plugins/packeta/1.6.1/code/template/checkout/input_fields.latte
- Raw: https://pluginprobe.com/plugins/packeta/1.6.1/raw/template/checkout/input_fields.latte
- Modified: 2022-03-30T13:08:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/packeta/1.6.1/code/template/checkout/input_fields.latte#L10-L20`.

```
{foreach $fields as $fieldName}
	<input name="{$fieldName}" id="{$fieldName}" type="hidden">
{/foreach}

```
