collective / volto-form-block

Volto addon for a customizable form block
MIT License
9 stars 8 forks source link

Hidden field type #53

Closed JeffersonBledsoe closed 1 year ago

JeffersonBledsoe commented 2 years ago

This PR adds a hidden input type which simply displays an <input type='hidden' />. The value for this input is set in a text field in the form edit settings.

Example

<input type="hidden" id="field-hidden__1669678495963" name="hidden__1669678495963" value="Custom value">