I think you will require to custom develop some part of it but most of it can be done with Contact Form 7 plugin.
You can create forms with upload fields very easily in Contact Form 7. And you can make it visible for loggenin users only like this.
<?php
if ( is_user_logged_in() ) {
echo do_shortcode('[contact-form-7 id="91" title="Form"]');
}
?>
Although Contact Form 7 doesn’t save the submitted messages by default, but Contact Form 7 developer also created another plugin Flamingo to save entries in database. Admin can see those entries in admin panel.
Related Posts:
- Extend the wp_users table
- Select Multiple meta_value from WP DB; Single Query
- In what part of the WordPress core does the users table and usermeta table get joined?
- Modify Database in Multi-Site wp_usermeta table
- How to Access wp_usermeta Data Immediately After a New User is Created
- Users table missing from Database [closed]
- Recovering the table wp_usermeta from users
- wp_insert_user not creating account correctly when ID is manually set
- User input to database
- how add more field to wp user and save it to database
- Move Non-WordPress users table to WordPress database
- Change user_nickname for author page link
- How to get the id of recently registered user from database?
- update multiple user meta field based on another meta field
- wp_usermeta key problem
- Multiple developers / editors working on a site in progress
- How many users can WordPress handle?
- Custom form that store input in database
- Insert data in database using form
- How to track user progress?
- Connect forms in WP to external database
- Inserting data into custom tables
- Performance tips for a large user base [closed]
- Efficiency on displaying random authors based on large database
- What’s the most efficient database method to add and query usermeta?
- Storing textbox values in Database
- Store and Encrypt Contact Form 7 Submissions in Database? [closed]
- How to use user table of a different database for WordPress users?
- Subscribers to posts
- Set Display Name to first and last name (phpmyadmin SQL Query)
- update_user_meta() does not work
- Is it possible to store visitors IPs in wp_postmeta table?
- Getting all the users who have author privilege
- Which is more efficient? Using usermeta, or creating a new MySQL table?
- Does WordPress always create unique passwords?
- A field with dashes in the slug [closed]
- Why is it that not all users have a ‘session_tokens’ meta_key record in the usermeta table?
- Change WordPress prefix for only one table?
- Form Data not getting stored in WordPress database
- Best way to tell if a user account is active, using the database only
- Using GROUP CONCAT in my-sql query with wp_usermeta table
- wp_get_current_user always returns 0 continued
- Is it safe to delete unnecessary user metadata?
- How to replicate a user plugin made table value, to this user’s custom meta table value?
- Sending data with multi step form to wp database
- Is there a smart way to obtain a list of only some selected user meta data?
- How can i customize the export personal data file?
- What Is the Proper Way to Merge Usermeta Table to a an existing WP Database?
- WordPress Database Huge wp_usermeta Table
- Import users from old WP site to new one
- Retrieve data from the database to table such as comments in the admin control panel
- Logins from WP users table use on another page
- MS Access to manage WordPress Database
- WordPress running SQL query to update database from form
- Form that sends data to an admin panel and can export it
- 2 WordPress sites with 2 databases but sharing the same users
- Convert user passwords to MD5?
- Insert Query not working in the form
- What can I do when an outside party hacks into my weblog and changes my display name?
- Does WordPress store the username as a primary key in the database?
- Is there a way to execute a php script outside WordPress?
- multiple wordpress installation with shared usertable on an different database
- Best practice to import user base (subscribers) from one website to another?
- Share users across multiple sites on same database, but with different domains
- Some weird users in database
- Using $wpdb | checking entered email against existing emails in db
- How to delete a particular row in a database table
- I cannot find the difference between these wp_capabilities values in wp_usermeta
- Regenerate user_nicename column
- Buddypress avatar image in database [closed]
- WordPress where clauses in db select
- Getting value from database table depending on field value
- Select From wpdb – Author/User Directory page
- Can’t log into wordpress site – I have made a new user and still cant access
- Need help with creating a searchable user data by name or specific number like ID
- Compare User meta_value with Product meta_value
- Best Practice? – Saving multiple Values as Serialized Data / Saving each Value per Row / Dedicated Table
- Whats the best practise on how to store json data from a custom settings page?
- Migrate Users From laravel to wordpress
- Join Query on WP_USERMETA Table
- How to edit custom table data in frontend
- Display user data in numbered list
- generate PDF from member information
- How can i add user display name drop down menu in frontend?
- Creating a custom form with ability to query and submit to SQL
- Insert variables into wpdb in custom post template
- Getting values from form and saving in database but spaces are inserted instead of form values
- how restrict user to give star ratings once for a post?
- Help posting values to DB on submit using $wpdb->query
- create a table using user meta custom data
- Select data from foreach loop and send it to wordpress database
- insert data from a form:: Warning Empty query mysqli::query()
- How to save dropdown slection by a user in the DB
- How to get specific table by current user login
- Form display in new page
- get_user_meta and umeta_id
- $wpdb not working
- Auto populate form fields based on serial input or pull listings from other websites?
- Hash user emails in database?
- Changed meta_key value in structures, now dashboard shows zero users