Mr_J Posted September 21, 2009 Share Posted September 21, 2009 Hi all, I have a simple mail form. in the action, I will use mailto. can I protect my recipient mail address by means of "<input type='hidden' />". Quote Link to comment Share on other sites More sharing options...
haku Posted September 21, 2009 Share Posted September 21, 2009 No. If you really must use 'mailto', then your best bet is to add the mail address with javascript on page load, so that it won't get picked up by (most) bots. Only problem with this is that it won't work for anyone who has javascript turned off. Quote Link to comment Share on other sites More sharing options...
marynorth21 Posted September 21, 2009 Share Posted September 21, 2009 In that case we should always use mailto in email input addresses. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.