# sureforms/0.0.13/inc/blocks/number/block.json

SureForms – Contact Form Builder, AI Forms, Payment Form, Survey &amp; Quiz, version 0.0.13. 76 lines.

- Page: https://pluginprobe.com/plugins/sureforms/0.0.13/code/inc/blocks/number/block.json
- Raw: https://pluginprobe.com/plugins/sureforms/0.0.13/raw/inc/blocks/number/block.json
- Modified: 2024-08-15T12:02:26+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/sureforms/0.0.13/code/inc/blocks/number/block.json#L10-L20`.

```json
{
	"name": "srfm/number",
	"title": "Number",
	"description": "Displays a SureForm Number Field",
	"category": "sureforms",
	"keywords": [ "number", "input", "custom", "field" ],
	"textdomain": "sureforms",
	"supports": {
		"reusable": false,
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"attributes": {
		"preview": {
			"type": "boolean",
			"default": false
		},
		"block_id": {
			"type": "string"
		},
		"defaultValue": {
			"type": "string"
		},
		"minValue": {
			"type": "number"
		},
		"maxValue": {
			"type": "number"
		},
		"required": {
			"type": "boolean",
			"default": false
		},
		"errorMsg": {
			"type": "string",
			"default": ""
		},
		"placeholder": {
			"type": "string",
			"default": ""
		},
		"fieldWidth": {
			"type": "number",
			"default": 100
		},
		"label": {
			"type": "string",
			"default": "Number"
		},
		"help": {
			"type": "string",
			"default": ""
		},
		"formatType": {
			"type": "string",
			"default": "us-style"
		},
		"formId": {
			"type": "number",
			"default": ""
		},
		"isConditionalLogic": {
			"type": "boolean",
			"default": false
		},
		"slug": {
			"type": "string",
			"default": ""
		}
	}
}

```
