Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Have to redo my antedluvian forms - Tectite still around?

Engaged ,
Jun 08, 2018 Jun 08, 2018

Hello,

I have to redo my antediluvian forms and was wondering if Tectite is still the way to go or has something better come along?

Thank you.

1.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jun 08, 2018 Jun 08, 2018

PHPMailer  prevents header injection if that's what you mean.  And you can go the extra distance and add a Google reCAPTCHA which adds another layer of security to your forms. 

reCAPTCHA: Easy on Humans, Hard on Bots

Translate
Community Expert ,
Jun 08, 2018 Jun 08, 2018

Are they still around?  Haven't seen that one in a very long time. 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 08, 2018 Jun 08, 2018

According to their website, the FormMailer script has not received updates since 2009.   

Tectite FormMail Security

I think a better option (certainly more up to date) is PHPMailer library.

GitHub - PHPMailer/PHPMailer: The classic email sending library for PHP

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jun 08, 2018 Jun 08, 2018

Thanks. Well 2009 is younger than 1999

Does the one at GitHub do secure forms?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 08, 2018 Jun 08, 2018

PHPMailer  prevents header injection if that's what you mean.  And you can go the extra distance and add a Google reCAPTCHA which adds another layer of security to your forms. 

reCAPTCHA: Easy on Humans, Hard on Bots

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jun 08, 2018 Jun 08, 2018

By secure I meant the contents are not sent back in clear text easily read by a packet sniffer. I was already looking into adding reCaptcha.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 09, 2018 Jun 09, 2018

Refer to HTML form encoding type.

HTML form enctype Attribute

If you need encryption of sensitive data, your form needs to be hosted on a server with SSL certs and HTTPS:// protocol.

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jun 10, 2018 Jun 10, 2018

They are and these days almost all pages are now served up as https. I will look into more. Thank you for your help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jun 19, 2018 Jun 19, 2018
LATEST

Nancy wrote "According to their website, the FormMailer script has not received updates since 2009. 

Tectite FormMail Security​ "

Hmmm that is strange because a friend just pointed out their newest version is very recent "Our latest version is 9.15 (Released 2-December-2017)" https://www.tectite.com/formmailpage.php

On closer reading "2009" only refers to the last time a flaw was detected not the last time the software was updated.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines