EJ
|
| Posted: 05/02/2002, 10:51 PM |
|
Self Propagating form
OK, I think I have a fairly simple one here. I created a simple record form. It submits onto itself. This page is made for inputting a bunch of data that will have the same value in many of its fields. So, I also defined a bunch of input parameters for fields that more than likely won’t change from one record entry to another. But after I submit a record and I am brought back to the forms, none of the fields have any values. What am I missing? Did I example myself well enough?
Basically, I have a form with fields A, B, C. I want to keep the values that are in fields B and C from one record entry to another. How do I do this? Can anyone help?
I am configuring for a server running PHP and using a MySQL database. I have configured Input Parameters and I have the form submitting onto itself.
Thanks in advance for any help that is provided.
|
|
|
 |
Nicole
|
| Posted: 05/03/2002, 5:11 AM |
|
Hello,
I assume you use CC...
Just go to field properties and define field default value there.
|
|
|
 |
EJ
|
| Posted: 05/03/2002, 6:56 AM |
|
Nicole -
Yes, sorry I am using CC. I am creating PHP/template. I don't want just a default value put into the field. I wanted the same value that was previously entered on the form. So, the form is filled out, submited, and a new "blank" for is brought back up. Except on the new form, some of the fields should have the same information as the previous form. So, how do I pass those values from on form to another when I have the form submitting onto itself?
Thanks and I hope that helps to clear up want I am trying to do.
Eric
|
|
|
 |
|