Creating a Form

Hi Everyone,

Is it possible to create a form or can I say multiple input fields just like Input Dialog Box with OK button.

For Example:

User need to enter the following details through Input Dialog Box

  1. First Name
  2. Last Name
  3. Age
  4. Location

So I have to take 4 Input Dialog Boxes to save the User Input and also user needs to click each and every time to enter the next detail.

Is it possible to create a one Input dialog box which will show the different fields with OK button?

Thank you so much fir your valuable suggestions in advance.

Regards
Vishnu

@winningvish

Yes you can. Use Custom Input activity to do this. Please check below thread for more Info.

Hi Lakshman,

Thank you for your quick reply.

Found the CustomInputDialog package, which helped my present scenario.

Regards
Vishnu