Genrating User ID and OTP and validating the same in joget? how can it be done

Confluence User - 23 Mar, 2020

I need an OTP generator for the mobile verification in my joget forms. How can this be achieved?

forms;plugins

1


25 Mar, 2020
confluenceUser
confluenceUser

If I can breakdown the problem, you need to create at least 2 plugins for this. Form element plugin and Validator plugin to validate the OTP, and if you will, Tool plugin for notification. 

The idea is, a random numeric value should be generated when loading the Form element plugin, store it in the database and execute the notification as needed. No need show the value in the element. Use the validator plugin to validate the value during form submit.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print