Hi Folks
If no email address is added to the email field, the contact form should not be showing on the listing page ?
https://dev.shoppingonline.ie/shops/contactlenses-com-au/
We have no email added see attachment for the above shop yet its still showing. I contacted Listimia and they mentioned its not a theme issue but seems to be a GeoDirectory issue.
Listimia said
Hello Scott,
In the original Listimia the contact form shouldn’t be visible until you click the button “Send enquiry”
Since you modified it your developer should should wrap the contact form between
<?php if(!empty($gd_post->email)){ ?>
// Form code goes here
<?php } ?>
and my dev replied with ( See attachment contact form. )
Thanks
Scott