Linked PHP Fields

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shaunparsons
Forum Newbie
Posts: 2
Joined: Wed Sep 21, 2011 10:05 am

Linked PHP Fields

Post by shaunparsons »

I wonder if anybody would be interested in taking up the following job, which my client will be happy to pay for.

We would like an initial form (this has been created, and transfer values from fields into a distribution list hosted on the server), that when completed, takes the user to a separate form that has 2 of it's fields already completed with the values inserted into 2 of the fields in the original form.

Is this possible to achieve?

Thank you - Shaun Parsons
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Linked PHP Fields

Post by Celauran »

Sure, it's possible. You could post values to that second form, or store the data in a session or even cookies, and use that to populate the second form.
shaunparsons
Forum Newbie
Posts: 2
Joined: Wed Sep 21, 2011 10:05 am

Re: Linked PHP Fields

Post by shaunparsons »

Great, would you be interested in doing this? I'm a PHP novice. Message me at info@guyverdesign.com
Post Reply