Submission System ################# Front end submission allows users to easily create their own listings from front end. To make it work correctly, it is necessary to configure all required pages. The best way how to do it is to sign in as admin, head into *"Customizer"* in WP admin and then set all options and settings under *"Horizon Submission"* section. .. note:: Don't forget to allow users to register under *"Settings / General / Anyone can register*". Submission Types ================ * **Packages**. Users have their purchased package which allows them to post only certain amount of properties. * **Free for all**. Users don't have to pay for their listings. Submission Review ================= It is possible to set *"Review Before Submission"*. It means that all submissions have to be reviewed by site admin. Until then, their status will remain *"Pending"*. Page Structure ============== For full working submission system it is required to set following pages. Process is following: 1. Create new page in WordPress. 2. Add shortcode from list below 3. Set that page in *"Customizer / Horizon Pages"*. +-------------------------+---------------------------------------------+ | Page | Shortcode | +=========================+=============================================+ | List page | ``[horizon_submission_list]`` | +-------------------------+---------------------------------------------+ | Create page | ``[horizon_submission]`` | +-------------------------+---------------------------------------------+ | Edit page | ``[horizon_submission]`` | +-------------------------+---------------------------------------------+ | Remove page | ``[horizon_submission_remove]`` | +-------------------------+---------------------------------------------+