PxPlus User Forum

Main Board => Discussions => Web Services => Topic started by: suriakumar on September 03, 2025, 07:09:34 AM

Title: display captcha
Post by: suriakumar on September 03, 2025, 07:09:34 AM
sir,

May i know how to execute Captcha in pxplus web page

J.SURIAKUMAR
Title: Re: display captcha
Post by: suriakumar on September 10, 2025, 06:15:16 AM
how do i create and insert captcha pxplus. 

suriakumar
Title: Re: display captcha
Post by: Devon Austen on September 10, 2025, 10:53:01 AM
There is no Captcha utility built-in to PxPlus.

As part of Webster a very basic captcha was built and used for the login process. This code is can be looked at if you want a starting point on how to implement your own. You could also possibly call it yourself (*webster/captcha) if this is for a web application and if you are happy with the simple captcha.

You can also use an existing captcha service like Google reCaptcha. There you would sign-up and get a API key and then you could include the script as per Google instructions if this is a web application. If this is not then you could use *browser to include it in your application.