The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

Refresh view with ajax but filtered

Labels

This Discussion is public

Notifications

Hello there.

I have a view, which is filtered by [post_id]. I also want to refresh view on form submit, so i have an ajax call of

FrmProDisplaysController::get_shortcode( array( 'id' => form_id,'filter'=>true), but the problem is that ajax call function have no idea about post_id. So after refresh i have no entries found.
Any ideas how to implement ajax view refresh with passing filter parameters?

Discussion closed.