The site is running on Joomla + Seblod CCK. The HTML buttons (Post Individual and Post Company) won’t work on Internet Explorer browser. See URL Here I tested this on both Windows 8.1 and 10, and neither worked. However, this same buttons work fine on other browsers.
Here goes the minimal HTML/Bootstrap code:
<center><p><a href="index.php/individual-form">
<button class="btn btn-danger btn-responsive" type="button">Post Individual</button></a><a href="index.php/company-form">
<button class="btn btn-danger btn-responsive" type="button">Post Company</button></a></p></center>