Help: How to modify the register UI?

NodeBB Plugins
  • Hi guys,

    Now I start to write my plugin, and I have learned how to hook with "filter:register.build" and add some new input in the hook function, just by:

    function(params,callback) {
    params.templateData.regFormEntry.push(phoneInput); // phoneInput is some html input element

    It works well, but just add a new input in the "Registration Question" location, and I'd like to modify some about the Email Input, like the tip or check logic. So how can I do this? Thanks!


Suggested Topics


| | | |