I have a need to create a multi-staged form. Where a user submits a form and saves the info to a DB, then a registered user can log into Joomla and access an expanded version of the form to modify the record and save it. Finally, a 3rd user (also registered) logs in and accesses additional fields in the form, enters their data and saves the form to the DB.
Would it be possible to build one form to do all this, or even 3 separate forms all tied to the same DB that could add to an existing record if the record id was known?
Each form would have different fields to insert into the DB.
Would it be possible to build one form to do all this, or even 3 separate forms all tied to the same DB that could add to an existing record if the record id was known?
Each form would have different fields to insert into the DB.