2 yabba Apr 09, 2006 12:02

too late, I found a way around it. :)
But while youre here, a quick and dirty explanation of how the CVS handles the internal form thing would be VERY helpful.
The link that blueeyed provided escapes me, however it contained stuff like so :
$Form = new Form(1,2,3,4);
$Form->begin_form();
If you take a look evocore/_form.class.php (1.6/7) / inc/_misc/_form.class.php (1.8) you'll get an idea of all of the things that it can do.
What I normally do is rip a form out of one of the admin pages and amend it to suit my needs.
¥
print_r( $arrayone );
;)
¥