Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signature Field #1312

Open
Vungyr opened this issue Jun 16, 2022 · 3 comments
Open

Signature Field #1312

Vungyr opened this issue Jun 16, 2022 · 3 comments
Labels
enhancement good first issue ♥ NEEDS SPON$OR Help bring this feature to the plugin

Comments

@Vungyr
Copy link

Vungyr commented Jun 16, 2022

Description:

Hello, is there any possibility to be able to add a signature field inside formBuilder?

Environment Details:

  • formBuilder Version:
  • Browser:
  • OS:

Expected Behavior

Actual Behavior

Steps to Reproduce

Screenshot - (optional)

@atulsilori
Copy link

atulsilori commented Nov 21, 2022

you can create custom signature field object and can define template for it

@atulsilori
Copy link

inside formBuilderOptions in fields add custom signature object:

		{
			label: 'Signature',
			type: 'signature',
			subtype: 'signature',
			icon: '✍',
		},

inside templates key of formBuilderOptions:
add a template

		signature: (fieldData) => {
			return {
				field: 'html for signature',
			};
		},

@lucasnetau
Copy link
Collaborator

This is a good candidate library that could be used for a signature control https://github.com/szimek/signature_pad

@lucasnetau lucasnetau added the ♥ NEEDS SPON$OR Help bring this feature to the plugin label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue ♥ NEEDS SPON$OR Help bring this feature to the plugin
Projects
None yet
Development

No branches or pull requests

3 participants