I posted a request for help on using IWP to create a submission form.
I want to create a "Contact Us" page. So I created the page and I used
the advise that I received which was to make the fields all global
fields.
It works fine. The problem is that I need to keep that data and since
it is a global field every record in the database gets the same value.
So is this the right approach ?
-Squeed
|
|
0
|
|
|
|
Reply
|
squeed2000 (117)
|
2/18/2005 3:52:31 AM |
|
<squeed2000@yahoo.com> wrote in message
news:1108698751.113837.138630@o13g2000cwo.googlegroups.com...
> I posted a request for help on using IWP to create a submission form.
> I want to create a "Contact Us" page. So I created the page and I used
> the advise that I received which was to make the fields all global
> fields.
>
> It works fine. The problem is that I need to keep that data and since
> it is a global field every record in the database gets the same value.
> So is this the right approach ?
You hold the data in globals, but write them to individual record fields on
commit (pressing Submit)
Webko
|
|
0
|
|
|
|
Reply
|
Tim
|
2/18/2005 5:48:58 AM
|
|
OK, I understand the holding aspect, but how do you write them to
individual records ? Are you copying and pasting them into another
database?
-S
|
|
0
|
|
|
|
Reply
|
squeed2000
|
2/18/2005 5:25:10 PM
|
|