Issue to report

Hi Guys,
I was using a form tool called MachForm. A great tool.
But, BB has a contact form built in.
However, there is a potential problem that should be easy to fix.
Below is the source code that is available to all (Robots, too).
You can see below that the ‘send to’ address is clearly visible as an email address.
This address needs to be encrypted to help eliminate potential email harvesting.
I added a plugin called ‘Email JavaScript Cloaker | Version 1.03 | By Cathal Garvey’
This plugin works in other areas (the text editor) and you can see the result here…
http://assuranceabstract.com/contact-us/ But, I cannot add it tot he form.
So, I am bringing this to your attention so that you can either create your own email address cloaker or somehow use the plugin above to help.
Thanks for being there.
J.

<form class=“fl-contact-form”>
<div class=“fl-input-group fl-name”>
<label for=“fl-name”>Name</label>
<span class=“fl-contact-error”>Please enter your name.</span>
<input type=“text” name=“fl-name” value="" placeholder=“Your name” />
</div>
<div class=“fl-input-group fl-subject”>
<label for=“fl-subject”>Subject</label>
<span class=“fl-contact-error”>Please enter a subject.</span>
<input type=“text” name=“fl-subject” value="" placeholder=“Subject” />
</div>
<div class=“fl-input-group fl-email”>
<label for=“fl-email”>Email</label>
<span class=“fl-contact-error”>Please enter a valid email.</span>
<input type=“email” name=“fl-email” value="" placeholder=“Your email” />
</div>
<div class=“fl-input-group fl-phone”>
<label for=“fl-phone”>Phone</label>
<span class=“fl-contact-error”>Please enter a valid phone number.</span>
<input type=“tel” name=“fl-phone” value="" placeholder=“Your phone” />
</div>
<div class=“fl-input-group fl-message”>
<label for=“fl-message”>Your Message</label>
<span class=“fl-contact-error”>Please enter a message.</span>
<textarea name=“fl-message” placeholder=“Your message”></textarea>
</div>
<input type=“text” value="

" style=“display: none;” class=“fl-mailto”>
<input type=“submit” value=“Send” class=“fl-contact-form-submit” />
<span class=“fl-success” style=“display:none;”>Message Sent!</span>
<span class=“fl-send-error” style=“display:none;”>Message failed. Please try again.</span>
</form>

Thanks for bringing that to our attention! We’ll certainly look into this and see if can’t get something out soon. Thanks again!

[Content Hidden]