The Form Broker

Introduction

The FormBroker package creates instances of objects representing a form data description. These objects offer a simple interface of methods meant to validate and control data as typically posted through an HTML form, thus data represented through the association of form variables with their values as returned, for example, by the ::rivet::load_response command

[Note]Note
The FormBroker package is still experimental. Basic functionalities and interface are not likely to change but internal details and implementation could be redesigned in future releases. More specifically the external validator mechanism could be improved with the purpose of shielding the FormBroker internals from a data validation procedure.