Forum Discussion

malik's avatar
malik
Visitor
15 years ago

Take Input from User in text box

Hi all
Can we create a form where we can take input using on screen keyboard from user and submit that form data to webservice or website?

e.g. Business Name, Nature of Business, Location etc

Thanks

1 Reply

  • Using the built-in screens, you'd need to create a separate screen to capture each field of data. Alternatively, you could draw your own with the roImageCanvas, but you'd also have to draw your own keyboard in that case, which could be a bit tedious.