I'm building a WordPress site that needs to:
-Allow users to create reports through form fills -Convert form submissions into formatted PDF documents using a specific template -Store these documents in user-specific dashboards -Enable users to access, edit (through the form), and download their reports -Handle photo uploads within the documents
Current consideration:
Gravity Forms + Gravity PDF - WooCommerce for user management
Document storage/organization solution needed
Key questions:
What's the most efficient way to map form data to a specific PDF template format? How can I implement document storage and management per user? What's the best approach for handling form edits that update existing PDFs?
Looking for practical implementation advice using existing plugins/tools. Please no custom development as this is for MVP. Thanks for any advice.