Skip Navigation

[Resolved] I need a field in a Cred form used for a written signature

This support ticket is created 5 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 5 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#1251531

I need to add a field in Post Types to include a written signature and need to display the field box for the customers to be able to write their signature with their finger, as Gravity Forms does.
How can I get it, please?
Thank you.

#1251543

Hello,

I assume we are talking about Gravity Forms Signature Add-On:
hidden link

There isn't such a built-in feature within Toolset Forms plugin.

And if you are familiar with PHP and Javascript coding, you may be able to integrate an external library to do so.

You can expand the Toolset Forms behavior to fit your needs by adding additional HTML/Javascript and also you can control the form behavior through the available hooks CRED provides:

https://toolset.com/documentation/programmer-reference/cred-api/

For example, you can use: hidden link (It is just an example library)