I'm trying to have a submit button on a page that will perform an action and return the result. I've tried adding a form to a standard page as follows:
 
<form action="" method=post>
<input type="submit" value="Build">
</form>
 
In the Swiki browser I've added an action 'toBuild' that points to an address 'build' which calls up simple template. When I run this, an error window comes up 'This address is not valid.'.
 
Can you help me out with some hints on how to do this?
 
Regards,
Glenn
_______________________________________________
Pws mailing list
[EMAIL PROTECTED]
https://mailman.cc.gatech.edu/mailman/listinfo/pws

Reply via email to