April 1, 201412 yr Can anyone recommend any good secure contact forms? I'm looking for something so when it is gets sent it to the inbox, it displayed clearly with subject and reply to, along with message. Also want the other parts saying thank you for sending this message and please fill in the required boxes etc.
April 2, 201412 yr If your using PHP tthe mail(); function might be a good start: http://php.net/manual/en/function.mail.php You can achieve what you want with that - Unless I have misunderstood you? Edited April 2, 201412 yr by Mr Ben
April 2, 201412 yr I agree with MrBen, however: if you don't do your own coding you could use emailMeForms it is quick and easy to set up and up to 100 enquiries or 100mb of data per month is free too. Even when you need more their prices are good. Plus they recently updated things so that their forms are even better at mobile responsive layout too. So win win.
April 2, 201412 yr Author Hmm ok thank you for your replies. The websites it a one page site and its under html. I guess I would have to change it to PHP wouldn't I? Edited April 2, 201412 yr by Vulcan
April 3, 201412 yr Hmm ok thank you for your replies. The websites it a one page site and its under html. I guess I would have to change it to PHP wouldn't I? To use the 'email me forms' services you can just copy and paste the code into your HTML page within a div. There are full instructions on their site. However; To be honest the best way forward is to convert to a new php based site, the links sash provided are a good start.
Create an account or sign in to comment