Form.getValue

Gets the value of the field; what would be given if it submitted right now. (so it handles select boxes and radio buttons too). For checkboxes, if a value isn't given, but it is checked, it returns "checked", since null and "" are indistinguishable

class Form
string
getValue
(
string field
)
Suggestion Box / Bug Report