Person-Selector usage in form in java
Person-Selector usage in form in java
Say i have a string array of names and have passef it into the form.Wanted to use the person-selector option with other tags in forms so that it could show option as soon as we start typing the fist letter of the name.Could anyone please provide me with an example where form has three elements : Name,age and phonr number. When the user starts to write the name , the form should generate options of most possible name that the user is searching for the provided list of names .
Kindly note the form is made in Freemarker MessageML template and stored in form of .ftl
Say i have a string array of names and have passef it into the form.Wanted to use the person-selector option with other tags in forms so that it could show option as soon as we start typing the fist letter of the name.Could anyone please provide me with an example where form has three elements : Name,age and phonr number. When the user starts to write the name , the form should generate options of most possible name that the user is searching for the provided list of names .
Kindly note the form is made in Freemarker MessageML template and stored in form of .ftl
#
Person-Selector usage in form in java
Say i have a string array of names and have passef it into the form.Wanted to use the person-selector option with other tags in forms so that it could show option as soon as we start typing the fist letter of the name.Could anyone please provide me with an example where form has three elements : Name,age and phonr number. When the user starts to write the name , the form should generate options of most possible name that the user is searching for the provided list of names .
Kindly note the form is made in Freemarker MessageML template and stored in form of .ftl