Viewing 1 replies (of 1 total)
  • Plugin Author Farhan Noor

    (@farhannoor)

    Hi Amit Gupta,
    You may have some misunderstanding. Every form field is validated according to its type and checked on front-end using HTML5 language & at server side using PHP language. Bypassing any field type is not possible. Following input types are available in the Application Form builder:

    1. Text: Accepts text & numbers as string e. g. amitgupta869
    2. Email: Accepts only email ids.
    3. Text Area: Accepts text string with line breaks.
    4. Checkbox: Accepts array of multiple fields.
    5. DropDown: Accepts one field from the dropdown.
    6. Radio: Accepts one field from the radio options.
    7. File: Accepts allowd file types.
    8. Number: Coming soon in next version.

    Also, plugins on WordPress repository are open source. You can add, customize it according to your own need.

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Your plugin validation is not not properly’ is closed to new replies.