|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can't post back disabled forms?
Interesting. I have a form, and after you fill it out, it goes to a confirmation page with the form reprinted all of the fields disabled, and asks you to confirm it. If yes, it takes the information and inserts into a database, otherwise it goes back reenabling the forms and placing the data there for you to change. But it seems you cant post information in a disabled form. Guess I'll have to use hiddens instead.
|
|
#2
|
|||
|
|||
|
Make the fields 'read only' and not disabled...
__________________
~ Joe Penn We work for free to help make this a valuable resource on the internet. Do you appreciate the help - did we provide help that will help you prosper and help that has contributed to sharpening your current skill set? Show your appreciation and purchase something from our Amazon Wishlist's - it's simple and a great way to say thank you. |
|
#3
|
|||
|
|||
|
You can make this work using your original code with the DISABLED keyword along with a little javascript.
Take a look at the following example: PHP Code:
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
|
#4
|
|||
|
|||
|
hey thanks a lot, im gonna try that
![]() i prolly should look into learning javascript a little more |
|
#5
|
|||
|
|||
|
Make note of the w3c.org site in order to keep a good reference on html and other related technologies.
The following site is a great reference for pretty much anything internet related: http://www.irt.org/ You also definately want devguru on your favorites list: http://www.devguru.com/ |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Can't post back disabled forms? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|