The property submission page is user_dashboard_add.php . On this page we check the submission info submitted by users and if everything checks out we add or edit the property.
The actual front end page – where the users submit the data is split between several pages. We start with templates/front_end_submission.php and then we load various modules located in separated pages.
All these pages are located in templates/submit_templates. Their name is self-explanatory.
If you want to add extra details that cannot be added via custom fields feature you need to first add the new form fields in one of the submission templates and after that read the POST variable in user_dashboard_add.php, sanitize it and after insert the new option.
If you want to delete – just delete from submitting templates and if the field is mandatory delete the “mandatory if check” for add and edit blocks in user_dashboard_add.php