forms and their data

  • Thread starter Chris van den Heever
  • Start date
C

Chris van den Heever

Hi to all

I have a problem with a form i am trying to create.
I have created a result search and then included a link to a new page which
will contain a new form(2) to gather info.I would like to pass one of the
fields from my result area as a fixed field into the new form(2).

I cannot set a fixed name as this depends on the search result chosen. I
would like to send form 2 to a new database sothat i can once again create a
result search.

The method of sending email to a "POST" group does not satisfy my needs

Any help on this topic will be appreciated

Thanks

Chris
 
S

Stefan B Rusynko

If using client side scripting (JavaScript) see
http://www.developer.irt.org/script/form.htm#10



| Hi to all
|
| I have a problem with a form i am trying to create.
| I have created a result search and then included a link to a new page which
| will contain a new form(2) to gather info.I would like to pass one of the
| fields from my result area as a fixed field into the new form(2).
|
| I cannot set a fixed name as this depends on the search result chosen. I
| would like to send form 2 to a new database sothat i can once again create a
| result search.
|
| The method of sending email to a "POST" group does not satisfy my needs
|
| Any help on this topic will be appreciated
|
| Thanks
|
| Chris
|
|
 
Top