Ok...bare with me while I try to best explain this...
I have a form which contains a dynamically fed list menu, which is queries from another form. Confused yet? ...To better clarify... one form is used to add information, most importantly a persons name to one table in my database. Once added, a list menu will dynamically update on another form which then displays a list of all names.
Here's where the question comes in...
The form which displays the dynamically fed list menu is a donation page. I'd like the "amount" field stored here, but also pass to my other form. Basically I need the ability to pass that fields information to 2 tables all at once.
It seems there would be a fairly basic way of achieving this through the pre-parser module...but I haven't found that yet. How would I go about this task? The "overall" goal is to eventually use a SUM query to display a running total of donations within one form ...but that's phase 2.
Thanks Much!
Brian
I have a form which contains a dynamically fed list menu, which is queries from another form. Confused yet? ...To better clarify... one form is used to add information, most importantly a persons name to one table in my database. Once added, a list menu will dynamically update on another form which then displays a list of all names.
Here's where the question comes in...
The form which displays the dynamically fed list menu is a donation page. I'd like the "amount" field stored here, but also pass to my other form. Basically I need the ability to pass that fields information to 2 tables all at once.
It seems there would be a fairly basic way of achieving this through the pre-parser module...but I haven't found that yet. How would I go about this task? The "overall" goal is to eventually use a SUM query to display a running total of donations within one form ...but that's phase 2.
Thanks Much!
Brian