Question

Signature Area Integration in Creatio

Good morning,

I am developing an application and I would like to include a signature area (example below) that works on mobile phones, tablets, and other devices. How can I integrate this in Creatio?

Examples:
https://www.jqueryscript.net/demo/Canvas-Signature-Pad-Sign/
https://www.cssscript.com/demo/smooth-signature-canvas-pad/

Thank you.

Best regards.

Like 3

Like

1 comments

Hello Cristiano Carvalho,

You can create a custom UI component and integrate it into the interface. These components can handle requests, read data, and bind properties.

Documentation:
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/category/freedom-ui-component

Video tutorial:
https://www.youtube.com/watch?v=CE5uETqTsyQ&list=PLnolcTT5TeE2BMFf_XmJrSwpnbcLCLJkb

A simpler approach (with more limited capabilities compared to a full custom control) is described here:
https://customerfx.com/article/embedding-an-iframe-on-a-creatio-freedom-ui-page/

This approach can be used to render custom HTML, not only an iframe.

Show all comments