I have a form and currently trying to access the field values using "luci.http.formvalue('field_name')" for each field.
If the fields are nXn, is there any other way to get the entire form data instead of getting each field data separately? Can "luci.http.formvaluetable()" be used and how to use it?