Hi @jenniferma10 as mentioned by @justinrenteria2 this is not possible, but here is an alternative, it might not be the most concise solution but it will be clean and easy to maintain and extend later on, and can achieve desired outcome.
- You could have one generic form which would cover all overarching fields for every queue topic and assign them to one general form.
- Add custom fields for each specific business need in a new form.
- Assign Generic form and this business specific form for each queue topic.
For example:
Template project -> Business request
Queue Topics:
- Delivery Request -> Generic Form, Custom Delivery Request Form
- Procurement Request -> Generic Form, CustomProcurement Request Form
- etc...
Does this make sense in your current setup?
Best regards,
Ivan