Hi All,
I have an input field on my BSP. I am fetching its data in onInputProcessing as follows :-
var1 = request->get_form_field( 'text1' ).
where, var1 is string
But, the problem is, only first 255 characters from the input field get assigned to text1. The remaining are truncated.
How do I get the entire contents of text field into the variable var1 ?
Regards,
Ashish