lewisjenkins/craft-default-text

Adds a Default Value setting to the Plain Text field.

5.0.1 2024-03-27 16:53 UTC

This package is auto-updated.

Last update: 2024-05-27 17:23:11 UTC


README

Adds a Default Value setting to the Plain Text field.

Requirements

This plugin requires Craft CMS 3.0.0 or later.

Installation

You can install the plugin via the Craft Plugin Store.

Overview

This plugin adds the following fieldtype:

  • Plain Text (with default value)

Screenshot

Screenshot

Useage

Set some default text as an initial value for Plain Text fields.

Screenshot

You can also use Twig to fetch a value from elsewhere.

Screenshot

You can also grab a value from a template file.

Screenshot

Finally, there is a setting to Revert to default value if the field is submitted empty. If the user submits an empty field then the initial default value will be submitted instead.

Brought to you by Lewis Jenkins