docusignapi - Attachments on iPad in iFrame docusign -


i using iframe document signed clients on ipad. there attachments each signer, before attaching captured image, want resize it. there way resize image before attaching document.

currently there no functionality built in docusign platform allow re-sizing of attached image, docusign esignature company , when allow attachments on top of documents signed should not modified in way alter important aspects legally binding agreement being signed.

however think might still have few options here solve issue. 2 obvious ones come mind are:

  • get captured image recipients before start signing process.
  • use conditional tab not allow recipient add attachment unless it's within size.

for first solution use embedding feature design whatever ui around signing experience you'd , in case can control order of operations (i.e. have them upload image first before clicking button sign) , can resize image , add envelope.

for second solution, use radiogrouptabs add 2 grouped radio buttons envelope (so 1 can checked) , "check box if image within nxm size" , signer attachment tab shows if check box. can make use of conditionaltabs feature.

for more information on embedding docusign please see page docusign developer center:

embedding feature

for more information on conditional fields refer user guide (non-api use) , documentation:

conditional fields user guide

rest api guide (search term "conditional")


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -