Question

Accenture
IN
Last activity: 18 Feb 2016 4:18 EST
Is it possible to receive input from user without using page?
Suppose there is a form which contains the following field,
1. TextBox
2. Button
User enter values in the text box and click on the button.
On click of this button I need to run a activity that will do the processing of what has to be displayed.
Like in HTML we create form and text box inside form can be accessed through DOM structure , is there something similar in pega ?
One solution is store the textbox value in page and carry on the processing.
Is there any other way?