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
Is it possible to retrieve multiple entires based upon one meta value?
In my form, I used URL parameters ($_GET['id']) to get additional value when the form is submitted. Now, I would like to retrieve all entires obtained from the same URL. (I am using PHP code inside WordPress to accomplish this task). Does anyone know of trick to do so? Many thanks in advance.
May 2, 2017 at 7:59 pm
So you used something like this?
[get param="my_parameter_name"]
May 4, 2017 at 4:50 am
Thanks for the tip. I did and it works fine. Example: http://free.elearnready.com/s/?sid=demo
Discussion closed.