@sainkhan
I think none of those informations are required, just email is.
You could avoid that:
- set style="display:none" on both divs
- with jQuery, give default value to email field
<script>
$(document).ready(function(){
$('#contactEmail').val('empty@yoursite.com');
});
</script>
This code should be placed to bottom of item-post.php
Btw No need to post 6 duplicate topics for any problem