createAutomaticForm

Given a function from reflection, build a form to ask for it's params

  1. Form createAutomaticForm(Document document, FunctionInfo* func, string[string] fieldTypes)
  2. Form createAutomaticForm(Document document, string action, Parameter[] parameters, string submitText, string method, string[string] fieldTypes)
    createAutomaticForm
    (,
    string action
    ,,
    string submitText = "Submit"
    ,
    string method = "POST"
    ,
    string[string] fieldTypes = null
    )
Suggestion Box / Bug Report