Submit Residence Review

Users can share their views, experiences and feedback about a particular independent house/floor/apartment using the below form for the benefit of prospective tenants and resale-buyers.

Don’t worry, your personal details wont be displayed.

All we request our users is to be genuine.
[insert_php]

global $current_user; // Use global
get_currentuserinfo(); // Make sure global is set, if not set it.
if ( !is_user_logged_in() ) // Check user object has not got subscriber role
echo ‘Login to submit Review‘;
else

echo do_shortcode(‘[contact-form-7 id=”3500″ title=”Tenancy Submission Form”]’);

[/insert_php]