I tried to get FormFunction[] to work, but I do not get, how the inputs are used in the actual function I define:
simpleFunc[basis_, exponent_] := basis ^ exponent
foFuSiFu = FormFunction[{"Basis" -> "Number", "Exponent" -> "Number"},simpleFunc]
Then entering numbers into the form and evaluating it by
foFuSiFu[]
Does not give my anything and that drives me crazy.
What am I doing wrong?