Override reCaptcha for IsLoggedIn users

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
whynick
User
Posts: 45

Override reCaptcha for IsLoggedIn users

Post by whynick »

hi guys,

scenario:
have a table where Anonymous users can enter data but they have to confirm reCaptcha to avoid spammers, also i do have some users which do have accounts and can enter data into the same table.
How can i override reCaptcha for IsLoggedIn users or is it possible?

how i would like to have:

table: car_main
ADDing new entries => NON-LOGGED with and LOGGED without reCAPTCHA

everything else is working like wanted.

Thank you in advance and wish you a nice day!


arbei
User
Posts: 9396

Post by arbei »

You can create a database view from the table and generate scripts for the view without using CAPTCHA for the Add or Edit pages.


whynick
User
Posts: 45

Post by whynick »

i know about db views (queries), but there you can't add anything, or am i wrong here?


arbei
User
Posts: 9396

Post by arbei »

You can add new records to the view as if it is a table, as long as the view is created from a single table.


whynick
User
Posts: 45

Post by whynick »

thank you, worked like a charm.. all those years i didn't know about that :)
have a nice weekend


Post Reply