I'm wanting to create a landing page where new users can come to answer interview questions. The user will answer the questions that are embedded in the edit area under the normal Wodpress WYSIWYG editor.
Then they can enter a username and password. Once they click submit the post will go to their newly created user profile area for later editing.
The admin would also be able to publish it from there. I figure there is no exact plugin for this but I'm curious how easily it can be done.
I've got a form for this now but it doesn't have the WYSIWYG editor and it doesn't allow for users to create a profile at the same time.
I'm basically trying to avoid making the user create a username and password, then have to go to the backend to answer the questions(create content) in the backend.
Having all this on the front end in a landing page would increase conversions/make it easier for users. Thanks in advance for the help!