nliautaud / p01contact

Create contact forms by writing simple tags. Also a plugin for GetSimple and Pico CMS.
MIT License
16 stars 15 forks source link

https problems #28

Closed meentix closed 6 years ago

meentix commented 6 years ago

Hi,

i'm running my pico installation with https but it seems that p01contact is using only http? All links like the css include and the form action of course are linking to the http version of my website not the https, so there are browser security warnings, that the connection is not secure when you are submitting the form :-(

Regards, Christian

nliautaud commented 6 years ago

Hi Christian, By chance, that's the point of the yesterday's PR linked above :). Could you test with that branch ? Thanks !

meentix commented 6 years ago

Ah, haven't seen that. Thanks, it works with that branch.

Still have probs with checkbox, which is not shown, and the star after the label for a message area (required) is missing :-/ https://www.unfallrente.net/recht

nliautaud commented 6 years ago

Great ! For your other problems, would you mind filling issues so I can look at it ?

meentix commented 6 years ago

Sorry for my late answer, if you look at the url ive posted before you see "Informationen zum Datenschutz." inside the form. That should be a checkbox if you look at the source code, but the box right before the text is not shown :-( Maybe you can analyze why it happens (must be something with the code / css?!?)?

nliautaud commented 6 years ago

Hi ! You have indeed some css hiding every checkbox and radio inputs in the main.css of your theme. You may have to override those rules. Feel free to open another issue for thoughts concerning p01contact.