|
Posted by Scott on 05/14/06 18:16
On Sun, 2006-05-14 at 04:07 -0400, Jerry Stuckle wrote:
> bob.herbst@gmail.com wrote:
> > The problem is that, if you add say 3 guests I have it so that you add
> > one guest at a time and that would mean that it would stack 3 tables on
> > top of each other by the time the person is done adding guests it would
> > be something like
> >
> > No guest
> > Form
> >
> > No guest
> > Guest1
> > Form
> >
> > No Guest
> > Guest1
> > Guest2
> > Form
> >
> > so on and so forth...is there any way to make it so only the most
> > recent table pops up and not the old ones?
> >
>
> And why would it do that? It should only put the last guest in there.
>
> I think you need to go back and just think about the logic flow of your pages.
>
I agree with Jerry about rethinking your logic flow. Sounds like you
just need to do your form processing BEFORE sending any output. That
way, you can have your guest list completely compiled before displaying
it, removing the "No Guest" row when one or more guests have already
been submitted.
Navigation:
[Reply to this message]
|