This filter allows modifying the value of a column in the Entries list table.
Docs
frm_entries_show_args
This filter allows modifying the arguments when showing an entry on the Entries page.
frm_fields_in_entries_list_table
This hook allows you to modify the list of fields in the entries list table.
frm_filter_admin_entries
This hook can be used to customize the admin entries search.
Why am I receiving duplicate entries?
If you are receiving duplicate entries, the most common cause is a plugin, theme, custom code, or server caching conflict. Follow the steps below to resolve this issue. Troubleshooting Test for a conflict. Go through all the steps. Add a snippet to disallow duplicate entries in the form where you are having issues. Infrequently, a…
frm_entries_before_create
This hook allows you to add trigger actions and add errors after all other errors have been processed.
frm_entries_list_query
By default, all entries show on the Formidable -> Entries pages. This hook can be used to change which entries are included on the back-end listing pages.
Filtering Entries
What is a filter? A filter allows you to display form entries that meet specific criteria. For example, if you had customers and employees give feedback on a product in a form, you could filter out the customers' feedback, leaving only the employees' feedback displayed in the View. When filtering entries, you can apply multiple filters…
frm_no_entries_message
Use this hook to customize the "No Entries" message for a View.
Import Forms, Entries, and Views
Learn how to easily import forms, entries, and Views on the Formidable → Import/Export page. If an imported form, entry, or View matches the key and creation date of an existing form, entry, or View, the existing item will be updated. Import forms and data via XML Follow the instructions below to import forms, entries,…
Export Forms, Entries, and Views
You may easily export Forms, Entries, Views, and Styles from the Formidable → Import/Export page. The exported Forms, Entries, Views, and Styles can then be uploaded to any site that uses Formidable. You may also export entries as a CSV file, and then import this file into any application that accepts CSV files, like Excel.…
frm_display_entries_content
Use this hook to customize content in your View.
frm_entries_footer_scripts
This hook allows you to add javascript to the footer of your form. You can also add javascript in your form Settings → Customize HTML in the before or after fields.
List Entries in a Widget
Use the Formidable Entries List widget to add a list of entries, categories, or categorized entries to your sidebar. When the user clicks on an item in the list, they will be taken to the single entry page of your View. Set Up the Entries List Widget Create a View for the entries you would…
Manage Entries from the Back-End
To view, edit, add, and delete entries on the back-end of your site, go into your form and click the Entries tab. You may use the dropdown directly above the list of entries to manage entries for a different form. Add a New Entry You may add new entries on the back-end of your site.…
Delete Entries from the Front-End
Allow users to delete entries by adding a delete link to a page, post, form, or View. When a user clicks on the delete link, the specified entry will be deleted. In order for the delete link to appear for a logged-in user, your form must allow editing. Usage Insert a delete link on any…
Show a Form Entries Table
Use the formresults shortcode to show all form entries in a table on the front-end. The presentation of data is not customizable with this shortcode. If you need more control, you can create a View. Form entries table shortcode Insert the following shortcode in a page, post, or anywhere shortcodes are accepted. Display entries from…
Display a List of Entries
Add a list of form entries to a page, post, or widget with a link to edit an entry. Each entry in the list can be linked to a View or the admin entry page. By default, the entry creation date is displayed in the list of entries. Use the shortcode builder Go to a…
How to auto increment a number on form submit
One effective way to ensure that all entries are tracked and numbered in order is to utilize an increment count stamp for each entry. This approach simplifies the tracking and organizing process, making tracking the total number of entries easier. For example, if you use the [auto_id] shortcode and want to start the count at…
frm_stripe_payment_method_types
Use this filter to adjust the attributes of the payment method types in Stripe.
- 1
- 2
- 3
- …
- 10
- Next Page »