cancel
Showing results for 
Search instead for 
Did you mean: 

Textfield Validation

Former Member
0 Kudos

How can I make a textfield mandatory after i select it with the tab key???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can change a text field as mandatory by using the below steps.

1. Open the 'properties' of the particular input field.

2. In 'General' tab, select the 'Required' check box.

This will generate an message(" This field is required") when the text field is empty.Also one red color asterisk( * ) will shown with the label of the text field which indicates the mandatory fields.

Hope it helps....

Regards

Basheer

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks it helps