<htmlite>
12-18-2001, 10:04 AM
Yup, another one...
Partial code
require "subparseform.lib";
&Parse_Form;
$webpage = $formdata{'webpage'};
$email = $formdata{'email'};
$info = $formdata{'info'};
Ok, that is fine if I know the names given to the specified form fields, but...
How do I create a generic info rendering thing?
Like make it go through the subparseform then after have a hash hold the info of the keys and values or something. Bascially I want an all purpose thing so I don't have to go through tons of form pages and figure out what names I have to input like above.
Cheers!
Partial code
require "subparseform.lib";
&Parse_Form;
$webpage = $formdata{'webpage'};
$email = $formdata{'email'};
$info = $formdata{'info'};
Ok, that is fine if I know the names given to the specified form fields, but...
How do I create a generic info rendering thing?
Like make it go through the subparseform then after have a hash hold the info of the keys and values or something. Bascially I want an all purpose thing so I don't have to go through tons of form pages and figure out what names I have to input like above.
Cheers!