-
Notifications
You must be signed in to change notification settings - Fork 12
Define URL Parameters
pswebb edited this page Jun 16, 2018
·
2 revisions
If you want to use URL parameters on the page - for example to filter a database query or to show/hide specific page elements depending on URL parameter value you first need to define them in App Connect. Select App in the App Structure (1), make sure your App has an ID (2) and click the Define Query Params button:
In the query parameters dialog click the add new button:
And select add variable:
Add the name of your URL parameter:
Click Save:
The defined URL Parameter will now appear in the dynamic data pickers and you can use it for your dynamic expressions.
© Wappler 2018
- Home
- Getting Started
- How-to Guides
- Project Manager
- Bootstrap 4 Visual Designer
- Image Galleries & Animations
-
Server-side Components
- Connecting to a Database
- Creating Database Queries
- Binding Data on the Page
- Formatting Dynamic Data
- Filter Data with Text Input
- Filter Data with URL Param
- Dynamic Select Menu
- Dynamic Sortable Table
- Dynamic Paging
- Server Side Includes (SSI)
- Insert Database Record
- Get Inserted Record ID
- Delete Database Record
- JSON Data Sources
- Send Form to Email
- Debugging Problems
- Security & Login
- Form & Data Validation
- Notifications & Alerts
- Mobile Apps