HTML View Scope

HTML View Scope

If I have a stateless form embedded in an html view, is it possible to get that form's input from the HTML View's script? I know I can process the stateless form in its own script, and send the input through parameters of the HTML View, but is it possible to just use something like <input.statelessFormField> within the HTML View's script directly?

I always get a variable not declared message of some sort when trying to access the stateless form's input directly from the HTML View script.