Hi! I have a form here wich should submit 5 values on to an external python method (as 5 arguments to a function). Now - one value from form to function is no problem - more then one is. Questions arise.... How are more than 1 value submitted from a form? How can I get those values passed onto an external method, and have the values assigned to the functions argument? Help is much appreciated! Sture