Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Returns a string that can be used as name for HTML input tags inside the the form Liquid tag. This filter must be used to ensure that an input field is processed correctly by Plate. The input for this filter is the name that represents the field, for example “Naam” or “Email”.

Input:

{{ "Name" | form_input_name }}

Output:

form_message[content][name]
  • No labels