
Custom Search Criteria – current user data
- Home
- Advanced Features
- Custom Search Criteria – current user data
- April 7, 2017
- MaxiCharts
- Advanced Features, Custom Search Criteria
Restricted content
You need to subscribe to any of our support plans, in order to access online documentation.
If you already subscribed, please login now (forgot your password?). Else access all restricted content by subscribing.
Comments (17)
Very impressive, works perfectly!!!
Thank you.
Oh, thank you very much Joe! 🙂
Is it possible to have a “live search” to check if there is an entry for a specific field? ie: Location : “New York”, then to have a search box to see if new york has been entered already?
Hi @chriss,
Thank you for your proposal, are you using GravityView already ? It seems to be answering your demand.
Else can you explain a bit more what you need ?
Hi Thanks for the reply. No I am not using GravityView, I did have a look at it but it a little over kill for what I need. I just need to see if a value exists in the entries for a specific form input.
So literally I want a text input that acts as a search, but it will only check 1 entry field to see if it has already been captured.
Interesting @chriss, although this is not the main goal of the plugin currently. I will add it to the new features request list anyway ! 🙂
Hi @chriss,
An add on is under validation, which should do what you were looking for. Do you want to be a beta-tester of it, as soon as it is released ? 🙂
Hi I would like to create a graph in the confirmation page for a single entry. Can Maxichart do that and can you guide me please ?
Hello,
Are you @wcpres on wp.org site ? 🙂
No. This is my first comment. I have a gravity form which asks a person some questions and calculates a score in 3 fields. I then want to graph those 3 fields in a doughnut graph on the confirmation page for that particular form for that person only. I can get the doughnut chart to appear with the 3 fields displayed but it displays the data for all entries against that form. (I’m not a developer really – I’ve used your search code as a guide but I must have something wrong as it isn’t working. Thks
Oh, sorry then, we had two similar requests at the same time…
In order to get only the answers for the current user, is has to be logged in (and use something like the email as unique id), or you must have get the email inside the form and reuse it (with merge tag) on confirmation page in order to filter entries upon this cretieria.
Do you have a public link to your page please ?
Hi Maxicharts I am seeing if i can have a simple filter being to only display logged in users data, not wanting to have a field propagating the trigger. is there a way of adding that into the shortcode filter?
I have Gravity view displaying the data for logged in users only in a table, but the chart i have in the custom content shortcode, is pulling from all the data from all users. I want to only have the current logged in users data in the chart, so it matches the data displayed in the gravity view table. Thanks in advance for your help
Hi @stubushell,
Yes, this can be added, we need to investigate a bit.
Cheers
Hi @MaxiCharts
I got it sorted with some investigating and trial and error
custom_search_criteria='{“status”:”active”,”field_filters”:{“0”:{“key”:”created_by”,”value”:”current”}}}’ /]
Thanks for your interesting feedback, sharing with others
We are going to make a post on this 🙂