As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #1069551
Filtering form on separate page
Closed

Comments

  •  2
    federico started the conversation

    Hi. 

    I know that there is a wa to pre-filter the table by adding a key to the url:

    http://wpdatatables.com/documentation/table-features/global-search-via-url/

    I want to create a filtering form in a different page and when the user submits the form, the website redirects him to the table page with the filtered values. 

    Is there a way to create a form that generates a URL with the filtered values?

    Thanks

  • [deleted] replied

    Hi Federico,
    Thank you for the purchase.

    Something like that is not possible out of the box but it can be done with custom coding. When you are submitting a form you can grab these values from the form and put them in the URL so that when form is submitted and page is redirected these values will be in the Link and the table will be pre-filtered by these values. 

    You can add JS code directly on the page or even better to create Custom Page Template and to enqueue .js file with this code.

    Hope this helps!