cancel
Showing results for 
Search instead for 
Did you mean: 

make dropdown and inputfield as required fields

Former Member
0 Kudos

Hello friends,

I have some Input fields and drop down in my screen. I have to make some fields as mandatory.

The user wants a red coloured '*' beside the input field lable.

Fir input fiels - I made the required as 'X' but I done see it as required filed on screen.

Please help for Inputfield and drop down to make it as mandatory.

Ster

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved it my self

Former Member
0 Kudos

Hello Ster

I need to make dropdown required feilds. How do you sol this ?

Thank you.

murat_kaya
Participant
0 Kudos

Hi Lovakit,

when you fill the dropdown listbox, don't add any blank value and make one of the values as default value. so even if the user doesn't change it, you can have a value for the dropdown. for dropdown listbox there isn't any other way. you can also make it an input field and you can set the "required" parameter as TRUE, this makes the input field mandatory.

regards,

Murat Kaya