I have found your problem and it is similar to pablo22 above. This is how to correct it
Go to your item.php and find
<a href="#" class="ui-button ui-button-gray js-submit"><?php _e("Send", 'realestate');?></a>
Replace it with
<button type="submit" class="button"><?php _e('Send', 'realestate'); ?></button>
then let me know if it works