Is there an easy way to make a POST request with JCB? #824
Unanswered
keshavshivkumar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am very new to Joomla and php, and while I made a simple website, I needed a lot more, and I discovered JCB. But I have got stuck and I don't know how to proceed. I have made 2 admin views, each with 2 separate lists. I want to display list one and each item in that list hyperlinks to a list of checkboxes made from list two. And for the selected checkboxes, I want to return the values of the checked boxes as well as the item from list one that got clicked. Now I have managed to display list one and hyperlink each item to a list of checkboxes. However I don't know how to proceed from there, to make a POST request to get the said values. Is there a way I can fetch these values using JCB itself? I don't mind learning from scratch either and I would like to try to make my own php code to get the values, but I don't know where to start or which files I need to edit. Can anyone guide me through this? Thanks and let me know if I must provide anything.
Beta Was this translation helpful? Give feedback.
All reactions