

Get in touch

Download Plugin Now
  • Follow
  • Follow
WP Data Access
  • Download
  • Support
  • Features
  • Pricing
  • Documentation
    • Tool Guide
    • App Builder
    • Data Explorer
    • SQL Query Builder
    • Plugin Settings
    • Legacy Tools
    • Remote Connections
a
M
  • Download
  • Support
  • Features
  • Pricing
  • Documentation
    • Tool Guide
    • App Builder
    • Data Explorer
    • SQL Query Builder
    • Plugin Settings
    • Legacy Tools
    • Remote Connections
Download Plugin Now

App Builder

  • Getting Started
  • App Builder Dashboard
  • Creating your first App
  • Running Apps
  • Export/Import Apps
  • Road Map
  • App Shortcodes
    • Shortcode Usage
    • Shortcode Parameters
    • URL Parameters

App Manager

  • Getting started
  • Supported App Types
  • Supported Languages
  • App Authorization and Access
  • Full-Screen Mode

Table Builder

  • Getting started
  • Relationships
  • Lookups
  • Computed Fields
  • Table
    • Global filter
    • Column filters
    • Bulk Actions
    • Row Actions
    • Column Actions
    • Default where
    • Default Order By
    • Pagination
    • Inline Editing Settings
    • Layout & Responsiveness
      • Responsiveness
      • Density
      • Table Header
      • Table Footer
  • Columns
    • Introduction
    • Column Settings
    • Column Actions
    • Lookup
    • Aggregations
    • Column Metadata
  • Performance
    • Large Table Support
    • Server/Client-Side Processing
  • Filters
    • Global filter
    • Column filters
    • Default where
    • URL parameters
    • Shortcode parameters

Form Builder

  • Getting started
  • Relationships
  • Lookups
  • Computed Fields
  • Form
    • Understanding the Grid
    • Field Layout
    • Column Behaviour
    • Null Value Handling
  • Columns
    • Column Settings
    • Validation
    • Lookup
    • Column Metadata
  • Layout & Behaviour
    • Grid Positioning

Map Builder

  • Getting started
  • Map Builder
  • Creating a map
  • Using maps

Chart Builder

  • Getting started
  • Creating a chart
  • Using charts

Hooks

  • Getting started with hooks
  • App Hooks
    • global
    • onAppOpen
    • onAppClose
  • Table Hooks
    • customActionsTop
    • customActionsBottom
    • postQuery
    • renderDetailPanel
    • Table Column Hooks
      • render
  • Form Hooks
    • customActionsBottom
    • onRowInit
    • preFormSubmit
    • postFormSubmit
    • Form Column Hooks
      • onBlur
      • onChange
      • onClick
      • onDoubleClick
      • onFocus
      • onKeyDown
      • onKeyUp
  • Built-Ins
    • Overview
    • wpda.log
    • wpda.alert
    • wpda.confirm
    • wpda.snackbar
  • Dynamic Permission Control
    • Client-Side
    • Server-Side
  • Examples
    • Reload page after form submission
    • Display specific columns in detail panel
    • Auto-reload table at specific intervals
    • Adding SEO links to table
    • Styling fields with setColumnStyle
    • Hide empty table column
    • Replicate data entered on field into another field

Layout & Styling

  • Fonts
  • Palette
  • Layout
  • Manual Styling (CSS)

Demos

  • Classic Models
  • Student Administration System
  • Data Table

Tutorials

  • Creating a Data Table App
  • Creating a Data Management App
View Categories

Getting started

The Form Builder is where you can customize your app’s form functions. On this page, you can set up relationships and lookups to other tables.

To access the Form Builder, you can do either of the following:

  • Add a New Row
  • Edit or View a Row
  • Directly from a Registration Form app

    The app is reloaded to a form view of your row. You can open the Form Builder by clicking on the icon at the upper right side.

    App Builder - Form Builder

    Form Builder #

    The Form Builder opens up to a sidebar where you can customize the form view of your app. The Form Builder sidebar has three option tabs: Form – Columns – Theme, each with its group of settings.

    Changes and configurations appear in real-time on your table as you set them, but you still need to save your settings to finalize your changes.

    List of Form Builder Settings #

     

    Form Tab #

    Relationships Contains the button to start the Relationship Wizard. 
    Field Layout

    Expands to show several entry field styles.

    • Outlined
    • Filled
    • Standard
    Grid

    Expands to grid options for your form.

    • Cells per row
    • Space between cells
    • Show grid
    • Padding sizes
    Cells Expands to an option to adjust cell padding.
    Field Spacing Expands to an option to adjust field spacing.
    Null Value Handling Expands to the option to preserve empty strings on update.

    Columns Tab #

    The Columns tab lists your table’s columns. Each column expands to a list of available configurations based on column types.

    Form Builder - Columns Tab

    Per Column Options #

    Grid Positioning

    Expands to show the following field options:

    • Grid Cells
    • Grid Positioning
    Column Settings

    Expands to show the following options:

    • Allow Inline HTML
    • Show column on tablet
    • Show column on mobile
    • Prefix & Suffix
    • CSS classes
    Validation Contains fields to set a minimum and maximum allowed value for numeric types.
    Lookup Contains the button to start the Lookup Wizard. This option is only available for string and numeric data type columns.
    Column Metadata Displays the column metadata.
    Computed Field #

    You can add a computed field based on calculations generated from other fields. 

    Read more about computed fields…

    Theme Tab #

    The Theme tab contains several options to personalize and design your table.

    Font

    Expands to show the following options:

    • Inherit font family from page
    • Set font family – When selected, a new field appears where you can select a font family. Supports custom fonts.
    • Inherit font size from page
    • Set font size – When selected, a new field appears where you can set a specific font size.
    Palette Expands to show a color palette selector.
    Layout

    Expands to show the following options:

    • Elevation – Adds a shadow to app containers.
    • Font size input fields
    • Font size labels
    • Font size hints
    Share This Article :
    • Facebook
    • X
    • LinkedIn
    • Pinterest
    Still stuck? How can we help?

    How can we help?

    Updated on 2025-02-17
    Relationships

    4 Comments

    1. Cassie Baker
      Cassie Baker on 2024-06-13 at 4:06 pm

      Can we use the where clause owner_wp_username = $$USER$$ to limit the fields in the table to those logged in?

      Reply
    2. Peter Schulz
      Peter Schulz on 2024-06-13 at 4:41 pm

      Hi Cassie,

      The $$USERS$$ environment variable is no longer available in the new tools. Instead you can use the out of the box session variables @wpda_wp_user_id or create your own custom session variables (explained on the documentation page mentioned below). You can also use these variables in your database views, triggers and stored procedures.

      Session variables are explain here:
      https://wpdataaccess.com/docs/variable/wordpress-user-id-in-sql/

      Best regards,
      Peter

      Reply
    3. Cassie B.
      Cassie B. on 2024-06-13 at 5:40 pm

      Okay, so I replaced $$USER$$ with @wpda_wp_user_id and it works. However, when I create a relationship between my parent table and child table, I am getting “invalid response. Please contact support”. Any ideas?

      Reply
      • Peter Schulz
        Peter Schulz on 2024-06-14 at 6:35 am

        Can you share your relationship settings? Please use the contact form if you prefer to share this info in private.

        Reply

    Submit a Comment Cancel reply

    Your email address will not be published. Required fields are marked *

    Table of Contents
    • Form Builder
    • List of Form Builder Settings
      • Form Tab
      • Columns Tab
      • Per Column Options
        • Computed Field
      • Theme Tab
    WP Data Access
    • Follow
    • Follow
    Links
    $

    Imprint

    $

    Privacy policy

    $

    Cookie policy

    Get in touch
    $

    Contact us

    $

    Free support forum

    $

    Premium support

    Resources
    

    WordPress plugin directory

    

    YouTube tutorials

    Copyright © 2025 | All Right Reserves

    Manage Consent
    To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
    Functional Always active
    The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
    Preferences
    The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
    Statistics
    The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
    Marketing
    The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
    Manage options Manage services Manage {vendor_count} vendors Read more about these purposes
    View preferences
    {title} {title} {title}