flatpressblog / flatpress

FlatPress is a lightweight, easy-to-set-up flat-file blogging engine.
https://flatpress.org
GNU General Public License v2.0
181 stars 58 forks source link

Contact form | Although a website is requested, a URL is required #419

Closed Fraenkiman closed 3 months ago

Fraenkiman commented 3 months ago

Hello everyone,

In the contact form, a URL (https://www.arvidzimmermann.de/) is declared as correct, although a website (www.arvidzimmermann.de) is requested.

Conditions/ Setup: FlatPress 1.3.1 Release

Effect: Although the person making the contact has specified their website, an input error is displayed.

Possible solution: Before validation, it should be checked whether the contact has entered http:// or https://. If not, https:// is prefixed with the website and only then validated.

Best regards Frank

Fraenkiman commented 3 months ago

Closed with e34d905