Skip to content

Instantly share code, notes, and snippets.

@ano
Last active June 26, 2021 19:10
Show Gist options
  • Save ano/af3f88e869e613b366f61f9f8b4d337c to your computer and use it in GitHub Desktop.
Save ano/af3f88e869e613b366f61f9f8b4d337c to your computer and use it in GitHub Desktop.
Machform: Filter Entries via URL Parameters

Overview

You can filter the entrie in the manage_entries.php page by passing in parameters via URL parameters

Example URL

manage_entries.php?id=47184&element_name=element_62&filter_condition=is&filter_keyword=36089

Description

Where,

  • id: is the form's id
  • element_name: is the element's field name
  • filter_condition: is the filter condition to be applied. The filter conditions are as follows. Note that filter conditions are dependent on the field type
numbers = is,less than,greater than 
strings = is,is not,contains,does not contain,begins with,ends with
uploads = contains,does not contain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment