Introduction
The URL Request Parameters for the Popup form is a new feature for Form Grid. It will pass the selected field ID as URL request parameters to the popup form which is the configured form grid target form that will pop up upon adding or editing a row in the form grid. In this article, we will demonstrate 1 example of using this feature.
Steps Example
This example app will
Step 1
Create 4 forms
Item Form
Dummy Data
Parent form
Child Form
Properties
Figure : Properties
Name | Description |
---|---|
Parameter | Map values as the URL parameters. |
Field Id | Field ID of the form element in the current form. |
Default Value | Default Value when there's no existing value found/selected. A hash variable is accepted here. For example, you may key the following #currentUser.firstName# #currentUser.lastName# |