Skip to main content
Inspiring
April 19, 2022
Answered

FormField validation

  • April 19, 2022
  • 1 reply
  • 323 views

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'

 

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.

 

This topic has been closed for replies.
Correct answer chenspencer

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

1 reply

chenspencerAuthorCorrect answer
Inspiring
April 20, 2022

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