Jump to main content Jump to doc navigation

What is input.textfield?

Add a textfield to a form quickly and easily using this snippet. The title field will display a prompt over the text area or input box.

Usage

Example for input.textfield:

[[input.textfield? &title=`Search...`]]

Properties

Name Description Default Required Version
input_id The id to assign to the input box. >0.0.1
name The name to assign to the input box. >0.0.1
value The value to assign to the input box. >0.0.1
input_type Text, password, or textarea. text >0.0.1
title Title will be rendered over the text input or text area as a user prompt. >0.0.1