I have a question about the filing in of a form which lives inside a DIV that is part of the ScriptyAccordion Action.
I seem not to be able to fill in that form because then the Accordion closes. The only way to avoid that is to have all the items open, which is something I do not want.
Is there a way to avoid this?
Try the latest version of the Action. I did quite a lot of work to
support using images as headers, and that might spill over to help you
here. The issue with this page as it stands is that each form element
in your layout is held inside a P tag, and you’re using a P tag as
your trigger element, too. So when you click on a P (anywhere in the
accordion element) that triggers the close-em-up behavior.
Walter
On Feb 8, 2010, at 12:57 PM, atelier wrote:
Hi
I have a question about the filing in of a form which lives inside a
DIV that is part of the ScriptyAccordion Action.
I seem not to be able to fill in that form because then the
Accordion closes. The only way to avoid that is to have all the
items open, which is something I do not want.
Is there a way to avoid this?
I’ll download the latest action, just because it’s good to have the latest, but your words made it suddenly clear to me.
p-tags. FW does this. So I attached the Remove P tag action to each and every cell of the table that contains the formelements, and voila, no more p-tags (which we do not need there anyway) and the form works.
Thank you again, reading and understanding the code is an art.