• Resolved PetrPikora

    (@petrpikora)


    How is it possible to send data with a button only after entering a preset password in the field? Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @petrpikora

    You can check the field value from the onclick event by using the getField operation. For example, assuming the field’s name is fieldname123, the onclick event can be implemented as follows:

    if(getField('fieldname123').val() == '123'){ /* YOUR CODE HERE */ }

    Best regards.

    Thread Starter PetrPikora

    (@petrpikora)

    Great, thanks a lot for the quick reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Password to send’ is closed to new replies.