Copy link to clipboard
Copied
I'm using the EchoSign API and creating a widget using createPersonalUrlWidget. I pass in an email using the WidgetPersonalizationInfo param but once a use signs the document they are still asked to verify their email?
Here is the code I use to create the widget:
var personalWidgetInfo = new WidgetPersonalizationInfo()
{
email = recipientEmail
};
var result = echoSignService.createPersonalUrlWidget(ApiKey, null, widgetInfo, personalWidgetInfo);
Hi Cornea47939537,
Can you login to your account and go to Account tab->Account settings->Signature Preferences and uncheck "Widget Email Verification" and save.
Let me know if you are still being asked for email verification through createPersonalUrlWidget.
-Rijul
Copy link to clipboard
Copied
Hi Cornea47939537,
Can you login to your account and go to Account tab->Account settings->Signature Preferences and uncheck "Widget Email Verification" and save.
Let me know if you are still being asked for email verification through createPersonalUrlWidget.
-Rijul
Find more inspiration, events, and resources on the new Adobe Community
Explore Now