While Gravity Forms can be used to register/create a new user using the User Registration Add-On, Gravity Forms doesn't have login functionality. So you can't add a username and password to your field and only let the form submit if that username and password are correct. This isn't built in functionality.
It's certainly possible but you would have to write custom validation to handle this type of functionality.
One alternative is to use the new Gravity Forms v1.6 beta which has a new form setting to only allow logged in users to fill out a form. So what you can do is create a form to handle the uploads, then use that new setting so that only logged in users can access the form.
If you want that upload form to contain user information you would have to add fields to your form to store that user information and if you want that information to be dynamically populated you would have to set the default value to one of the available merge tags OR dynamically populate the fields using PHP.
Posted 13 years ago on Wednesday September 21, 2011 |
Permalink