Support Center

Bind multiple form fields via SQL Query

Allows you to bind multiple fields by executing a SQL Query.

For Example:

You have a table Cars with multiple columns such as Year, Make and Model

  1. Set Token Prefix as Car and execute the following SQL Query
    SELECT TOP 1 Year, Make, Model FROM Cars
     

    Categories

  2. Use the Token Prefix to bind column values with textbox such as
    [Car:Year], [Car:Make], [Car:Model] Syntax: [Token Prefix:Column Name]
     

    Categories

  3. You can see table columns binds with the Form fields.
     

    Categories

Glad we could be helpful. Thanks for the feedback.

Sorry we couldn't be helpful. Your feedback will help us improve this article.

How helpful was this page?

  
Updated on Thu, 31 Jan 2019 by Ashish Pachori