When typing your formula for the function you wish to fit, the first parameter (e.g. Vmax) will be "a", the 2nd "b", (e.g. Km) and so on. If there is one independent variable, define it as "x1". Any additonal independent variables should be defined as "x2", "x3" and so on.
The formula field is pre-populated with the Michaelis-Menten equation for uncompetitive inhibiton. The proper translation of the M-M equation is
Y = a*x1/(b+x1*(1+x2/c)) using the proper syntax.
a = Vmax
b = Km
c = Kii
x1 = [substrate] (independent variable 1)
x2 = [inhibitor] (independent variable 2)
Y = velocity
The remaining fields have been pre-populated properly for experimental data (20 data points) returning a Vmax value of 25.3, Km of 2.07, and Kii of 0.995