Is it possible to put a created form in the backend for logged in user to fill out? I want it to use the upload file field as well as a few text lines.
Thank you!
Is it possible to put a created form in the backend for logged in user to fill out? I want it to use the upload file field as well as a few text lines.
Thank you!
It's possible, but it isn't something Gravity Forms does. You can use the Gravity Forms function call to display a form so you could use this function call to display a form in the admin. You would, however, have to basically write a plugin to display the function call wherever you want to display it.
I see. I think I've figured a way to manipulate my idea to work around this. Thank you for your response!