zeeshanshanif

Hide admin name from signers list in designer view

0 votes
When I open document in designer mode to add fields, My name (account holder name) is listed in signers select box. But I don't want my name in default. Is there any way to hide my name (Account holder name) from signers list, I am using MEAN and opening document in iframe. screen shot is attached. Thanks

Attachments
Approved Answer

Reply to: Hide admin name from signers list in designer view

1 votes
Okay. Is there a reason you're using the old UI designer? If you use a designer URL like this one: https://sandbox.esignlive.com/a/transaction/{packageId}/designer You'll get the new designer, which will work with the following solution (this doesn't work with the old UI): When creating your package, add this package level attribute: "data": { "senderVisible": false} That should do it, if you do both of those. As I said above, if you use the old UI, this works and I don't know that it's possible to remove them.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: Hide admin name from signers list in designer view

0 votes
What instance of eSignLive are you using? The screenshot shows the old UI, but the old UI is available from the new instance, too. I want to know cause I'd like to test on the appropriate instance. I will test and let you know after you let me know your instance (https://sandbox.esignlive.com/, https://sandbox.e-signlive.com/, etc).

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: Hide admin name from signers list in designer view

0 votes
I am using https://sandbox.esignlive.com/

Attachments

Reply to: Hide admin name from signers list in designer view

0 votes
I am unable to login on https://sandbox.e-signlive.com/ with my credentials I am using on https://sandbox.esignlive.com/. What I need to do for login on new instance?

Reply to: Hide admin name from signers list in designer view

1 votes
sandbox.esignlive.com is the new instance. You're already using the new instance. The old UI AND the new UI are both available from the new instance. I was just telling you how to use the new UI from the instance you're currently using.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: Hide admin name from signers list in designer view

0 votes
var options = { method: 'POST', url: 'https://sandbox.e-signlive.com/api/packages/', headers: { 'Authorization': key }, body: JSON.stringify({ "name": "test", "description": "", "type": "TEMPLATE", "due": null, "data": { "senderVisible": false}, "autocomplete": true, "emailMessage": "" }) }; https://sandbox.esignlive.com/a/transaction/{packageId}/designer in new UI it works fine but in old UI I still getting "Account holder" name in signers list. Am I doing something wrong?

Reply to: Hide admin name from signers list in designer view

0 votes
No. As I stated above, this doesn't work in the old UI. I'll investigate if this was possible at all in the old UI, but I'm not sure that it was.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: Hide admin name from signers list in designer view

0 votes
Is it possible to hide "Done" button on new designer view . because when I click on done button , it redirects me to templates view

Attachments
main.png5.69 KB

Reply to: Hide admin name from signers list in designer view

0 votes
Unfortunately, I don't think this button can be hidden. I spoke with someone in support and they said there is no setting for it in back office. This button is the same button used to "Send" the transaction in the normal designer, so I agree this is probably the case.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: Hide admin name from signers list in designer view

0 votes
You could post this in the Enhancement Ideas forum, so the Product Management staff is aware of your desire to be able to do this.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: Hide admin name from signers list in designer view

0 votes
I require this feature because I can not give access to user to add fields, because if he clicks on on "Done", then can access all the things(admin section too)

Reply to: Hide admin name from signers list in designer view

0 votes
If you create "Senders" on your account, you can grant them access under their sender account to create a template vs the main account admin's account. This would allow them to only see their own account and templates/packages they have access to.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: Hide admin name from signers list in designer view

0 votes
I am trying to create sender account by my admin account, on esignlive it is showing as "Account Invitee" but I am not getting invitation email on email.

Reply to: Hide admin name from signers list in designer view

0 votes
You might try removing the request and trying again. If you use the REST API to add the sender, you can set their status to ACTIVE, as seen in the guide. Then, you could go to the login for eSignLive and see if using "forgot my password" gives you the email to reset. https://developer.esignlive.com/guides/feature-guides/senders/#rest-api

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off