Hi Twisted,
Quick question about the frontend section of this form, well perhaps applicable to all the sections but in any case specific in this instance to the front end.
I'm hoping to change some of the icons into a link, and am not able to do so with href="url" is there something I am doing wrong in this instance?
<section class="row features">
<div class="col-sm-6 col-md-3">
<div class="thumbnail" href="
https://url.url">
<img src="<?php echo AssetsUrl::themeBase('images/service_01.png');?>" alt="analytics-icon">
<div class="caption">
<h3>Unlimited emails!</h3>
<p>With our ultimate email pack, you can send as many emails as you like - with your own email server!.</p>
<p>Click here to subscribe for free!</p>
</div>
</div>
</div>
Edit: Worth noting that I'm looking to pass the client browser to my signup page, and I'm also looking to add a login link for existing customers.
Thanks mate!