Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

FormField validation

Explorer ,
Apr 19, 2022 Apr 19, 2022

Hi All,

 

When calling 'agreements/updateFormFields' set the FormField's 'validation' property to 'EMAIL' (Number has the same problem). When signing, enter the correct email address, it will prompt the error message 'Please enter a value between 0 and 0'

chenspencer_0-1650362978366.png

 

JSON Data:

{
            "radioCheckType": "", 
            "borderColor": "", 
            "valueExpression": "", 
            "maskingText": "", 
            "defaultValue": "", 
            "masked": false, 
            "minLength": 0, 
            "origin": "GENERATED", 
            "tooltip": "", 
            "required": true, 
            "validationData": "", 
            "minValue": 0, 
            "borderWidth": -1, 
            "urlOverridable": false, 
            "inputType": "TEXT_FIELD", 
            "borderStyle": "SOLID", 
            "calculated": false, 
            "contentType": "", 
            "validation": "EMAIL", 
            "displayLabel": "", 
            "backgroundColor": "", 
            "visible": true, 
            "displayFormatType": "DEFAULT", 
            "maxValue": 0, 
            "validationErrMsg": "", 
            "displayFormat": "", 
            "readOnly": false, 
            "fontName": "Source Sans Pro", 
            "conditionalAction": {
                "anyOrAll": "ANY", 
                "action": "SHOW"
            }, 
            "name": "chenspencer_signature_2", 
            "fontSize": 8, 
            "locations": [
                {
                    "pageNumber": 1, 
                    "top": 749.1199999999999, 
                    "left": 200, 
                    "width": 120, 
                    "height": 19.2
                }
            ], 
            "assignee": "CBJCHBCAABAARiO48zri9RwwdhK7ILzsfvtjJEIkUJzk", 
            "alignment": "LEFT", 
            "fontColor": "#000000", 
            "maxLength": 500
        }, 

 

Thanks,

Best Regards.

 

TOPICS
Adobe Sign forms , Send documents , Web forms
260
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Apr 19, 2022 Apr 19, 2022

'minLength' 'minValue' 'maxValue ' is all normal when all set to -1, cannot be set to 0

Translate
Explorer ,
Apr 19, 2022 Apr 19, 2022
LATEST

'minLength' 'minValue' 'maxValue ' is all normal when all set to -1, cannot be set to 0

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines