Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The AI Form Fill Element plugin is a tool designed to automatically generate and populate data for form elements.

Plugin Information

The AI Form Fill Element plugin uses OpenAI's GPT models to automatically generate and populate data for form elements.

Plugins Available in the Bundle:

...

Figure 1: AI Form Fill Element in a form

Get Started

Prerequisites

  1. Sign Up for OpenAI API:

  2. Obtain API Key:

    • Navigate to the API keys page on the OpenAI platform.
    • Generate an API key.
    • Copy the API key; you will need it for the AI Form Fill Element plugin configuration.

  3. Choose a Model:

    • Go to the OpenAI Models Documentation to understand the available models.
    • Select a model that you would like to use (e.g., gpt-3.5-turbo and gpt-4-turbo).
    • Note the model name for later use in the configuration.

...

2. Then click on the Form Auto Fill AI element and enter the necessary configurations. Enter the model name you chose, Enter the API key you obtained from OpenAI, you can add the API Key to App variables and then use a hash variable to reference the values. For more information, please refer to App Variable. Then enter the Proxy Domain https://api.openai.com, also specify the number of rows you want the AI to fill in the form grid when the Form Fill AI element is executed. 


Figure 3: Configure the AI Form Fill Element

AI Form Fill Element Plugin Demo

Once all configurations have been completed, the user can click on the icon on the right to auto-fill the form with dummy data using GPT.

Image Added

Figure 4: Click on the icon to automatically fill the form using GPT


The form grid is filled with data according to the number of rows specified during the configuration.

Image Added

Figure 5: Form grid filled with the specified number of rows

AI Form Fill Element Plugin Properties

Below are configurations for section "AI Form Fill Configuration"

Name

Description

Model *

AI model you would like to use (e.g., gpt-3.5-turbo).

API Key *API Key obtained from the OpenAI platform.

Proxy Domain

The proxy domain for accessing the OpenAI API (e.g., https://api.openai.com).

Number Of Rows For Form Grid *

The number of rows you want the AI to fill in the form grid inside your form.

 

Related Links

Sample App

APP_Kb_dx_AIFormFill.jwa