Tell us what you are trying to do?
Hello, we're redeveloping an app originally built with ColdFusion with Toolset. In the original app, there's a screen that allows the user to update the total dollar amounts for a set of accounts (see Screenshot 2025-04-07 at 1.44.15PM).
In our Toolset build, the Accounts are a custom post type, and I've got a view that is looping through each of the posts and displaying the dollar amount (see Screenshot 2025-04-07 at 1.45.09PM).
My question is: Is it possible to develop this into a form, similar to the original, where each of those dollar amounts appears in an input field that can be edited, and then when submitted, somehow loop through each of the posts and update that field.
Is there any documentation that you are following?
No, not yet. Thus far, whenever I've created an interface for editing/updating a post, it's using the "edit" version of a post form, and the form operates on a single post only.
I'm guessing that to pull this off, I would not use an edit post form, but instead would markup the form in HTML, and then have the submit action trigger some custom code that would perform the update. But I'm not sure if this is technically possible, so I thought I'd ask. Please let me know.
Is there a similar example that we can see?
Yes, see screenshots below. If you'd like to access a dev copy of the original app, let me know and I can provide logins in a private post, but I think the screenshot will be sufficient.
What is the link to your site?
The page in progress is at hidden link (Minesh has login credentials, or I can provide then in a private post). I haven't begun trying to extend this page to include the form yet, because I'm not clear how to proceed or if it can be done.
Thanks!
David