@ Josh
If you goal is to have the user enter and maintain their entry then I highly suggest using Link and not Form at this time. If you want to use Form, the workflow has to be something like this:
- Enter their info into Form and submit. The user submitting an email address will be critical in order for Link to link a Connections entry and a user account.
- Complete some type of user registration process. You can use the built-in WordPress registration or a third party plugin. This so you would not have to manually create a user account.
- And then the user will have to login after registration in order for Link to link the entry and user account.
If you just use Link the work flow would be something like this:
- The user completes some type of user registration process. You can use the built-in WordPress registration or a third party plugin. This so you would not have to manually create a user account.
- You can use a user login redirection plugin to redirect the user to the Edit My Directory Entry admin profile page so the user can enter their info. An email address is not critical because a user entering their info on this page will automatically link the entry and the user account.
With all that said … I am working on Form 2.0 which is nearly complete, just needs some polish and Link 2.0. These when installed together will be far more integrated allowing front-end editing and maintenance of their entry while logged in. You would still have to have some type of user registration process.
The login screen below the please login message … I suggest using one of the many freely available login plugins that have a shortcode that places a login screen on the page. You can use that shortcode in the login required message settings.
I hope that thoroughly answers your questions!
