19 Feb
2002
19 Feb
'02
11:21 p.m.
Howard Hansen writes:
Here's the structure I've set up:
form: collects the form data, and when the user clicks submit, it calls: action_dtml_method: which calls: zsql_method, which modifies the database and tells the user what just happened
When I hit Submit, I can easily list the values from the form inside the action_dtml_method, but zsql_method acts like it has no clue about the form values. It gives me the error:
Missing input variable, field_companyname Are you sure, the request contains "field_companyname"?
Dieter