Hey folks, I love Quforms “Save to Database” feature, and it’s the reason I bought this plugin. It’s working great.
Now, I’m wondering how I can prefill form fields from that same database I saved to.
I’m using the plugin to manage a public directory. I want folks to be able to click “Edit record”, and have the form prefilled with all the values in the database for a given record. I was able to get the ID prefilled, because it’s a paramater in the URL. But for other values, some even containing HTML, I would like to be able to fetch those details so people don’t have to, and they can easily make edits to existing information.
Perhaps this is something that could be done with Filter Hooks? If so, maybe someone could help point me in the right direction, codewise. Thanks.