What is the method to obtain user input in WML page? - WAP

What is the method to obtain user input in WML page?



- WAP allows the use of WML that defines certain tags and elements that can be used to fetch the data from one object to another object.

- The inputs are of different types depending upon the choices of the users and providing the defined types.

- The input types can be used to provide the text field where the user can insert the alphanumeric characters to represent the data.

- It also provides a way to select the correct option from number of options like tag is used to show the text field.

<select> tag is used for multi-option selection that provides a drop-down list.
Post your comment