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

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

- Page: https://pluginprobe.com/plugins/sureforms/0.0.13/code/inc/blocks/phone/block.json
- Raw: https://pluginprobe.com/plugins/sureforms/0.0.13/raw/inc/blocks/phone/block.json
- Modified: 2024-09-18T15:56:20+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/phone/block.json#L10-L20`.

```json
{
	"name": "srfm/phone",
	"title": "Phone Number",
	"description": "Displays a SureForm Phone Field",
	"category": "sureforms",
	"keywords": [ "telephone", "phone", "mobile", "field" ],
	"textdomain": "sureforms",
	"supports": {
		"reusable": false,
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"attributes": {
		"preview": {
			"type": "boolean",
			"default": false
		},
		"block_id": {
			"type": "string"
		},
		"required": {
			"type": "boolean"
		},
		"fieldWidth": {
			"type": "number",
			"default": 100
		},
		"label": {
			"type": "string",
			"default": "Phone Number"
		},
		"placeholder": {
			"type": "string"
		},
		"help": {
			"type": "string",
			"default": ""
		},
		"isUnique": {
			"type": "boolean",
			"default": false
		},
		"duplicateMsg": {
			"type": "string",
			"default": ""
		},
		"errorMsg": {
			"type": "string",
			"default": ""
		},
		"formId": {
			"type": "number",
			"default": ""
		},
		"autoCountry": {
			"type": "boolean",
			"default": true
		},
		"isConditionalLogic":{
			"type":"boolean",
			"default":false
		},
    "slug":{
			"type":"string",
			"default":""
		}
	}
}

```
