Is there something like a form card?

Hello,
I’m currently searching for something like a form card.
Like a card with configurable input fields and one or two buttons to submit or cancel.
When submit gets pressed, a service should get called and the fields get passed to that service.

This functionality already exists in browser mod as a popup, but not as a standalone card.

Does someone know of a card like that?

Thanks!

I don’t know of anything that is an all-in-one, but I use Text-input-row card with a couple helpers and scripts to do what you have described. I have a gist that shows the set up.

Thanks, forgot to mention that I’m currently using a similar approach. However, this has the issues that

  1. it creates many helpers (which is acceptable)
  2. two users can’t simultaneously use / fill out a form