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
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
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.