Add row in the form with Variable sets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 07:34 AM
Hello,
I'm wondering if it is possible to allow the user to add an additional row if he requests additional resources.
For instance, I've created this form which allows users to request new AWS EC2 instances.
But users may require additional storage, like drives D, E, F, etc. So I want to give them this flexibility to add it in the form with some predefined values such as Drive name, Volume type, throughput, etc.
Also, I didn't find anywhere if it is possible to add a prefix for the input, for instance when you choose Storage space, it would be nice to allow a user to choose MB, GB, or TB, for instance, 10 GB or 10 TB, so with the prefix user can check it.
and as a result, I want to get this kind of
and lastly, would it be possible to bind this form with the Github workflow for automation?
Thank you.