Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Hello,

Users are complaining that they all receive an email when signing is completed.

The sender only wants to receive an email once the signing process is complete... is this possible to setup ?

Hi, I'm trying to change the default logo. I used the sample script provided in the forum...

...{"src":"http://www.logo-maker.net/images/common/company-logo8.gif","link":""}

Replies Created

Reply to:

0 votes

Thanks for replying to my question so quickly. I found the solution to my problem. I checked the sender as you requested. My payload did not have any sender. I modified the payload to add a sender (bold text) and logged in with the same user as the sender and now I can see my drafts.

{"sender":{"email":"[email protected]"},"roles":......


Reply to:

0 votes

Hi Duo,

Do you need to encapsulate each signature in a fields node ?

For example ..

 "fields": [
            {
              "type": "SIGNATURE",
              "extract": false,
              "extractAnchor": {
                "text": "Signature of the Client",
                "index": 0,
                "width": 150,
                "height": 40,
                "anchorPoint": "TOPLEFT",
                "characterIndex": 0,
                "leftOffset": 0,
                "topOffset": -50
              },
              "left": 0,
              "subtype": "FULLNAME",
              "top": 0
            }

......],

"fields": [
            {
              "type": "SIGNATURE",
              "extract": false,
              "extractAnchor": {
                "text": "Signature of the Client",
                "index": 1,
                "width": 150,
                "height": 40,
                "anchorPoint": "TOPLEFT",
                "characterIndex": 0,
                "leftOffset": 0,
                "topOffset": -50
              },
              "left": 0,
              "subtype": "FULLNAME",
              "top": 0
            }

......],


Subscriptions

Topics Replies Freshness Views Users
1 2 years 10 months ago 50
Profile picture for user Duo_Liang

Hello,

Users are complaining that they all receive an email when signing is completed.

1 2 years 10 months ago 47
Profile picture for user Duo_Liang

The sender only wants to receive an email once the signing process is complete... is this possible to setup ?

5 3 years ago 73
Profile picture for user Duo_Liang

Hi, I'm trying to change the default logo. I used the sample script provided in the forum...

...{"src":"http://www.logo-maker.net/images/common/company-logo8.gif","link":""}

4 3 years ago 38
Profile picture for user Duo_Liang
4 3 years 1 month ago 117
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.