Re: [Phplib-users] OOHForm - radio button
Brought to you by:
nhruby,
richardarcher
|
From: Marko K. <M.K...@os...> - 2002-10-02 06:57:10
|
> use either show_elements OR ge dont use echo ge
Why?
If I want to fill in the elements in my form template I need to only get
the element, that is why I need to use get_element() or ge()! echo ge
works fine with other elements, only the radio buttons and checkboxes seem
t be a problem.
> Try $radioValue =3D "Choice".$i;
> and then $f->ge("radioButtonName",$radioValue);
W=EDll try that.
Marko
|