validate textfield in form using javascript in custom html

Confluence User - 05 Feb, 2018

Hi,

Can someone tell me can we validate a textfield or any other field using javascript in custome html?

TQ..

form;validation

1


06 Feb, 2018
confluenceUser
confluenceUser

Hi, in the Custom HTML element, use a <script> tag and use any standard JavaScript or JQuery to perform your validation. You can use the Javascript API#getValue(fieldId) to get the value of your required form element.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print