|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
I have one little question.
Im trying to collect an email address on the homepage using a simple form textfield. When the form is submitted it goes to the next page with a more in depth form to collect more demographic info. On this page the collected email appears in the first textfield. Can someone suggest the simpliest way to do this for a lowly graphic designer. for a visual display heres the homepage URL once the email is entered and the go button is pressed the email address should be populated in the address feild on the signuppage. heres the sign up page URL yo, if anyone has a easy solution let me know thanks kalon1 |
|
#2
|
||||
|
||||
|
Hi Kalon,
Well I saw you were using PHP on some sections of your site, so if you were to change your signup.html page to a .php page you could simply do: <?echo $_POST['fieldname'];?> in the VALUE="" section of the form. Very simple to do.
__________________
--------------------- -- SilkySmooth -- --------------------- Proxy | Little Directory |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > passing text ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|