RE: display fields in the same place? by m1sterd
m1sterd
Thu Oct 11 04:47:02 PDT 2007
Hi Damir,
Thanks for your answer. I reckon I'll have to use JS to achieve that, since
I want all other fields to be hidden while one is displayed, which I have
managed. However I still don' know how to actually move the fields with JS,
do you know how to do that?
Thanks
"Damir" wrote:
> Hi
>
> It is possible with Java Script but it is not supported by Microsoft.
>
> "m1sterd" wrote:
>
> > Hi,
> >
> > I would like, on a form, to display different fields depending on the
> > selected item in a picklist. I have four items, and for each of them, a
> > different field to display. I would of course like that these fields be
> > displayed in the same place, which they somehow should be on top of each
> > other, only one of them displayed at a time of course.
> >
> > Is that possible?
> >
> > Thanks a lot,