As Christian mentioned the block is suppose to remain empty. This is because if a user has posts nothing will show up. If they do not have any posts they will get the section "No Results Found" and in this case you've added the form to the No results found section.
This will allow the form to display this no results found section.
Also could you review the login details that you've sent me ? I'm getting an error 404 for the login link that you've sent.
I want to do the same thing in another page but I am missing the steps. Plus I would like to make the whole account page to make sense, similar to this site's (toolset) .
user logins
he sees the my account page which includes the 'add listing link' which either displayes the form or the edit link.
If you only want to allow your users to create one Crew post, there is a problem in your current setup. The "Crew Add" Form is set up to create posts in "Pending Review" status: hidden link
However, the View used to display the Form or Crew posts is not set up to search for Crew posts in the Pending Review status, only for Crew posts in the Publish status. Therefore, the User is currently able to create multiple Crew posts, because by default the View does not "count" Pending Review posts, it only counts Published posts. Until one of the Crew posts is published, the Form will continue to be displayed instead of the Crew post and edit link. To fix this problem, I edited the View and added a post status Query Filter. I enabled all statuses except "trash", so the pending posts will be "counted" by the View. This will prevent Users from being able to create more than one post while their first post is Pending Review. See the new query filter set up in pending-review-query-filter.png for the View here: hidden link
This page works hidden link but I get 2 edit links and some question marks
I'm still not really sure I understand what you want to achieve here, but for now I have deleted the extra content from the loop and updated the loop style so it's easier to see things. I added the post title to the edit link as well so you can see the name of the crew post. See edit-link.png for a visual representation. The shortcode is now: