Field with Validation Image

Field with Validation Image

In this example we’ll show how make a validation with the “Image validation” active.

1 - Create a Control Application.


2 - Create a couple of fields



  • Note that one of the fields is an E-mail type, and will be used to validate


3 - Setup the field for image validation.


  • Every time if the Format is correct it’ll validate


  • If not in the right format it’ll not validate

 

    • Related Articles

    • Creating a field that verifies values in another table

      In this tutorial, we will see how use a field with type “Select” to checks values that are in another tables. For example, we are using two tables: “states”(that will include the values to be checked) and “city” (that will receive the values that are ...
    • Creating a Field grouping

      See how to create groups of fields in a simple way in the query application. 1. In a grid application, access the Fields menu and click New field. 2. Set the quantity and click Continue. In this case we only need one field. 3. On the field inclusion ...
    • How to edit records from a capture link.

      In this article, see how to create a binding to edit a record from a grid used in a capture binding. We cannot use the edit link in this case, as the edit button will not be available when we access the grid to capture a value. Taking into account ...
    • Authentication with Facebook from a Control application

      In the Control application, there is a feature on the left side menu called "Authentications". In this feature, there are authentication options for the Control application with Facebook, Twitter and PayPal. For this article, we'll learn how to use ...
    • Hide/Show "Retrieve Password" field on login screen with HTML template

      In this article, we will learn how to enable the "Hide/Show" feature that is available within the "Security -> Settings" option, for the "Retrieve Password" field that is found on the login screen that was generated with HTML template. Currently, ...