Search found 10 matches

by John_Pittman
Wed Feb 23, 2022 7:38 pm
Forum: Off Topic Section
Topic: published website security
Replies: 14
Views: 6899

Re: published website security

An update form an old newbie :?
Pablo is right and most of the issues were with my server setup. After researching and reading other stuff I found that "most" of the reported problems from the Mozilla test were PHP configuration issues. I was able to weed through them and got my site score up to a ...
by John_Pittman
Wed Feb 16, 2022 7:05 pm
Forum: Off Topic Section
Topic: published website security
Replies: 14
Views: 6899

published website security

Hi,
I have built a website with ver 17.1.2
I have been monitoring the log files and see a lot of hacking attempts, I have fail2ban and iptables to protect the server.
But the apache2 logs show lots of attempts to try cross site scripting and other tactics to crash server or load code.
I used an ...
by John_Pittman
Wed Feb 09, 2022 6:20 pm
Forum: Forms
Topic: Autoresponder with form fields that are empty
Replies: 3
Views: 2522

Re: Autoresponder with form fields that are empty

FYI,
I figured out a way to get what I needed to work.
The problem was a not required selection list on the for saved as group[].
I just add another selection of "none" with a value of " " and default of selected
That way if the user did not make a selection my auto responder message would just ...
by John_Pittman
Tue Feb 08, 2022 9:51 pm
Forum: Forms
Topic: Autoresponder with form fields that are empty
Replies: 3
Views: 2522

==CLOSED==Re: Autoresponder with form fields that are empty

Thanks anyway,

John Pittman
by John_Pittman
Tue Feb 08, 2022 8:57 pm
Forum: Forms
Topic: Autoresponder with form fields that are empty
Replies: 3
Views: 2522

Autoresponder with form fields that are empty

Hi,
I have a form that is working correctly, It submits the data to db and sends site owner email with data and sends the auto responder to the email address in the form, all great no problem.
But I wanted a personalized auto responder message so I went to "rich text" for body and then add the ...
by John_Pittman
Tue Jan 18, 2022 10:08 pm
Forum: Forms
Topic: *** SOLVED *** captcha v3 not ever trying to validate
Replies: 8
Views: 3201

Re: captcha v3 not ever trying to validate

OK, I got it to work.
Nothing wrong with code or anything on your side.
When I cut and pasted the key it was 1 character short, missing the 2 on the end.

Sorry for the time this took for such a simple bonehead mistake on my part.

Thanks, problem solved


John Pittman
by John_Pittman
Tue Jan 18, 2022 9:55 pm
Forum: Forms
Topic: *** SOLVED *** captcha v3 not ever trying to validate
Replies: 8
Views: 3201

Re: captcha v3 not ever trying to validate

I cut and pasted the keys from google developer.

from google page
Label
txmedassociates.com
reCAPTCHA type:v3
reCAPTCHA keys
Use this site key in the HTML code your site serves to users.
****key removed for security****
Use this secret key for communication between your site and reCAPTCHA.
**** key ...
by John_Pittman
Tue Jan 18, 2022 6:55 pm
Forum: Forms
Topic: *** SOLVED *** captcha v3 not ever trying to validate
Replies: 8
Views: 3201

Re: captcha v3 not ever trying to validate

Sorry,
I have stripped to form only and have on my google drive.
This all generated code from ver 17.1.2
the google keys are for the website I linked before

https://drive.google.com/file/d/1T-cIOn ... sp=sharing

Hope this works for you

Thanks
John Pittman
by John_Pittman
Tue Jan 18, 2022 6:31 pm
Forum: Forms
Topic: *** SOLVED *** captcha v3 not ever trying to validate
Replies: 8
Views: 3201

Re: captcha v3 not ever trying to validate

I guess I could paste the whole index.php....
or would a link to the page work
https://www.txmedasscociates.com
I new to this forum stuff and did not see way to attach a file (is there a doc on using this editor)

Let me know what you want me to do
by John_Pittman
Tue Jan 18, 2022 5:52 pm
Forum: Forms
Topic: *** SOLVED *** captcha v3 not ever trying to validate
Replies: 8
Views: 3201

*** SOLVED *** captcha v3 not ever trying to validate

Hi,
I have ver17.1.2 of web builder
I have a form that works when the built-in captcha is used.
I went to google and got the v3 keys and entered them in the form for v3 captcha
I save the project and published to website. (https:)
But the submit always goes to the default error page with the go back ...