Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

I have a template with 550 label fields. I saved the fields to a new layout. Now, I need to shift all 550 label fields 8 pixels up. Doing it manually is a painful process. 

We are facing this issue intermittently in production.

We have a grid on our template which includes set of `Country Code` and `Phone Number` fields. 

I have 5 text fields on my form. Is there a way to make sure the signer (recipient) enters value in at least one of the five textboxes before the signer signs and completes the form?

We are trying to add validation rules in our consuming application.

Is there a way to explicitly set tab orders of fields? I want to set the order in which fields get focus when signer hits 'TAB' key on keyboard to navigate between fields.

Replies Created

Reply to: OneSpan Sign - Template

0 votes

Thanks for the quick response! Is "signature" and "approval" the same? If yes, then your assumption is correct - all labels and checkboxes are associated to one approval.

Questions - 

*. Before step 1, we have entire template json (because we call `Search` endpoint before clone). Can we use the approval Json in CLONE call to remove checkboxes that we don't need? 

*. question about step 4 in your description - Does OneSpan retain the same approval id - sNUh3eWKOvoY  ?

 


Reply to: OneSpan Sign - Template

1 votes

And just to confirm - in step 1, we need to Clone package in "Draft" status to be able to run thru the flow, correct?


Reply to: OneSpan Sign - Template

0 votes

I tested the solution.. but we are losing "Conditions" (conditional logics in template). How do we retain conditions in Step 4 of your flow ?


Reply to: OneSpan Sign - Template

0 votes

Doesn't `Clone` endpoint honor `validation >> disabled` ? 

I am sending `value` of field nodes in my clone call (higlighted in bold) which is honored and reflected on my package.

here's what I send in my clone call -

  •  
  • {
  •     "name": "Template Form",
  •     "data": {
  •         "senderVisible": false
  •     },
  •     "description": "Some description",
  •     "type": "PACKAGE",
  •     "visibility": "ACCOUNT",
  •     "status": "SENT",
  •     "emailMessage": "This is a package level email message.",
  •     "roles": [
  •         {
  •             "id": "<roleGuid>",
  •             "specialTypes": [],
  •             "attachmentRequirements": [],
  •             "data": null,
  •             "reassign": false,
  •             "emailMessage": {
  •                 "content": "Please sign this Form"
  •             },
  •             "type": "SIGNER",
  •             "index": 0,
  •             "signers": [
  •                 {
  •                     "address": {
  •                         "state": "TX",
  •                         "country": "USA",
  •                         "city": "Austin",
  •                         "address1": "",
  •                         "address2": "",
  •                         "zipcode": ""
  •                     },
  •                     "company": "",
  •                     "timezoneId": "",
  •                     "email": "[email protected]",
  •                     "external": null,
  •                     "firstName": "John",
  •                     "language": "",
  •                     "lastName": "Owner",
  •                     "phone": "+xxxx",
  •                     "professionalIdentityFields": [],
  •                     "signature": null,
  •                     "title": null,
  •                     "userCustomFields": [],
  •                     "specialTypes": [],
  •                     "passwordTimestamp": null,
  •                     "idvAuthentication": null,
  •                     "group": null,
  •                     "knowledgeBasedAuthentication": null,
  •                     "name": "",
  •                     "auth": {
  •                         "scheme": "NONE",
  •                         "challenges": [
  •                             {
  •                                 "question": "+xxxx"
  •                             }
  •                         ]
  •                     }
  •                 }
  •             ],
  •             "name": "AdminSigner"
  •         }
  •     ],
  •     "documents": [
  •         {
  •             "id": "default-consent"
  •         },
  •         {
  •             "id": "32c24ac850fdeacf294689d14228808f9467c952348c41fe",
  •             "approvals": [
  •                 {
  •                     "id": "3cblB0flwCYN",
  •                     "fields": [
  •                         {
  •                             "id": "55ArymjQxDQT",
  •                             "name": "Title",
  •                             "value": "Admin Sr"
  •                         },
  •                         {
  •                             "id": "K6pJVOheUzEG",
  •                             "name": "PhoneNumber",
  •                             "value": "xxxx"
  •                         }
  •                     ]
  •                 }
  •             ]
  •         }
  •     ]
  • }

 


Subscriptions

Topics Replies Freshness Views Users

I have a template with 550 label fields. I saved the fields to a new layout. Now, I need to shift all 550 label fields 8 pixels up. Doing it manually is a painful process. 

2 6 months 3 weeks ago 48
Profile picture for user Duo_Liang

We are facing this issue intermittently in production.

We have a grid on our template which includes set of `Country Code` and `Phone Number` fields. 

6 8 months 3 weeks ago 99
Profile picture for user Duo_Liang

I have 5 text fields on my form. Is there a way to make sure the signer (recipient) enters value in at least one of the five textboxes before the signer signs and completes the form?

3 9 months 3 weeks ago 34
Profile picture for user Duo_Liang

We are trying to add validation rules in our consuming application.

2 9 months 4 weeks ago 43
Profile picture for user Duo_Liang

Is there a way to explicitly set tab orders of fields? I want to set the order in which fields get focus when signer hits 'TAB' key on keyboard to navigate between fields.

1 1 year ago 38
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.