Help & Support

Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More

Have Questions?

BrightSIGN

Capture signatures from the browser and save as attachments or files

Free  

Never requires payment

Try It
Business Need
Productivity
Requires
Platform Cloud
Compatible With
Sales Cloud
Service Cloud
Platform Cloud

Rating

Reputation

MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
4.64
Lifetime average
Showing 10 of 25 Reviews
Sort by
Alisa Skultety
Double Star Ranger

Worked perfectly

Easy to use, works perfectly for me. Quick question - How can a validate the signature is populated and saved in a screen flow?

Keir Bowden
All Star Ranger
MVP
07/30/2024

Nice solution@Kristen. If you are sticking with standard flow functionality that's pretty much the only approach - check afterwards to see if what you are expecting to be present is indeed present. If you have Lightning component developer skills to hand, you can go a slightly different route and not let the user move off the page until they have provided a signature. I wrote a blog on this a while back with some sample code - essentially the user is stuck on the page until they save a signature, and when that happens they are automatically navigated to the next page. You can find more details at : https://bobbuzzard.blogspot.com/2019/10/auto-completing-signature-capture-flow.html

Kristen Medlock
07/30/2024

I created a Get Records component after the signature screen, to find an Attachment with the name I assigned, related to the Account. Then I had a Decision element to assess whether the Get Records element found anything. If it did not, it returns to the signature screen which now has an error message displayed thanks to Component Visibility settings.

Kristen Medlock
07/30/2024

I have the same question, did you find the answer yet?

Great tool!

I use your signature tool inside Screen Flow, is there a way to oblige the user to sign? Make the signature a mandatory field?

Kristen Medlock
07/30/2024

I created a Get Records component after the signature screen, to find an Attachment with the name I assigned, related to the Account. Then I had a Decision element to assess whether the Get Records element found anything. If it did not, it returns to the signature screen which now has an error message displayed thanks to Component Visibility settings.

Great component

Exactly what I expected : easy to setup and to use on lightning pages or as a screen flow element, this component totally filled my needs.

Exceptional component

Thank you for developing such an exceptional component. It's incredibly intuitive, highly useful, and the extensive content you've generously provided supports various additional use cases wonderfully. A couple of questions: 1. Any guidance on what this error that appears on mobile when saving a signature is? Uncaught Error in $A.getCallback() [self.toggleClass is not a function] Callback failed: apex://BGSIGCAP.SignatureCaptureCont roller/ACTION$SaveSignatureFile 2. The saved files have thier sharing default to Customer Access - Enabled / Set by Record. Is there a way to disable that? Thanks a lot!

Keir Bowden
All Star Ranger
MVP
11/25/2024

1. This sounds like you are on an old version of the component. Salesforce made a change to how the lightning container functions which caused me some callback issues. I'd recommend upgrading to the latest version. 2. The sharing on the File is inherited from the linked record - if you can tell me what you'd like it to do I can take a look.

Simple yet amazing

The setup is super simple, the function is excellent. The only issue I found is when using it in a community with guest users. I have a flow running on sys context to allow users to update a public record but the user must sign. Unfortunately, I haven't been able to get it to work. If someone know how to, it would be amazing

Keir Bowden
All Star Ranger
MVP
11/25/2024

This isn't currently supported as the user must have update permission on the linked record, but Guest users can't have update permission. There's a discussion on this you can follow at : https://github.com/keirbowden/sigcapapp/issues/32

Chris Rouse
All Star Ranger
11/22/2023

Did you add the Apex class to your guest profile? - BGSIGCAP.SignatureCaptureController - BGSIGCAP.SignatureCaptureController_Test

Perfect

Works perfectly, intuitive.

Shane Allen
All Star Ranger

Makes Signature Capture Easy

This elegant solution can be easily added as a button or within the record page of choice. With just a few clicks it was setup and tested. Pleasantly surprised it was so easy!

Judith Addo
Double Star Ranger
01/18/2024

Hello, I am new to BrightSIGN. Can you please share the URL for adding it as button?

Prolay Chaudhury
Double Star Ranger

Works like a Charm!

The solution is built on using native HTML and it is an ideal solution to showcase how easily one can build a native app exchange app using standard HTML and Salesforce native technologies. I love it.

Awesome Product!

This is great for a simple sign on a lightning record page! only wish I could have two different signatures named separate names! Great easy solution!

Keir Bowden
All Star Ranger
MVP
05/15/2021

Hi Kerstin, If you check out V3 of the implementation guide, there's a SignatureCaptureMulti component that can be added multiple times on a single page. You can specify a different name for each of the files via the fileName attribute.

Well done

Easy to set-up.