load previously entered data (per suer)
-
Hi,
I took over a Website, where multiple forms where built using CFF. Some Forms contain user specific data, some forms contain project data (owned by a specific user).
Processing and storing the form data in mysql works as expected.Now the customer would like to display and edit the stored data. If possible on the same page and in the same form as he created dataset.
User specific data( user profile, adress…) should be loaded and prepopulated when a logged in user opens the form page.Project Data should be loaded in a form when choosing a project number (primary key) from a drop down list. On clicking save the data should be updated in database.
I think they have something like MS-Access in mind;)
Can this be done with your plug-in and the “user” add-on.
Or do we need to fetch the data from mysql and write it in the value=”<?php echo…” attribute for each single form field, manually?Would you suggest building separate view-forms, new-forms and edit-forms? (they do this e.g. in Sharepoint)
Thanks for advice
Markushttps://www.ads-software.com/plugins/calculated-fields-form/
- The topic ‘load previously entered data (per suer)’ is closed to new replies.