ImportAction as part of a form. Or, add form fields to ImportAction?

My use case is creating a print job using the Job model, and the related Addresses model. The job has job_name, and job_id. Most importantly, the Job needs to have a CSV uploaded containing addresses that will live in the Addresses table. I can't figure out how to have a form and add the ImportAction so it's inline. Or, failing that, is there a way to add a few form fields to the ImportAction modal? This is very frustrating that the importAction is inflexible and declarative The answer shouldn't be "Just add job info in the form field". This use case is for users who can't use the API and have to manually do it. Thank you.
1 Reply

Did you find this page helpful?