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

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

- Page: https://pluginprobe.com/plugins/sureforms/0.0.13/code/inc/blocks/inlinebutton/block.json
- Raw: https://pluginprobe.com/plugins/sureforms/0.0.13/raw/inc/blocks/inlinebutton/block.json
- Modified: 2024-05-03T15:04:04+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/inlinebutton/block.json#L10-L20`.

```json
{
	"name": "srfm/inline-button",
	"title": "Custom Button",
	"description": "Displays a SureForms Custom Button",
	"category": "sureforms",
	"keywords": [
		"inline submit",
		"button",
		"submit",
		"inline",
		"custom",
		"custom button"
	],
	"textdomain": "sureforms",
	"supports": {
		"reusable": false,
		"html": false,
		"multiple": false
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"attributes": {
		"preview": {
			"type": "boolean",
			"default": false
		},
		"block_id": {
			"type": "string"
		},
		"fieldWidth": {
			"type": "number",
			"default": 100
		},
		"buttonText": {
			"type": "string",
			"default": "Submit"
		},
		"formId": {
			"type": "number",
			"default": ""
		},
		"isConditionalLogic": {
			"type": "boolean",
			"default": false
		}
	}
}

```
