SunQuest
           ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old October 2nd, 2003, 03:05 PM
blues82 blues82 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 97 blues82 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 58 m 5 sec
Reputation Power: 5
forms

I have a very large form that clients will enter data into. When they submit the form I would like a page to come up where they can opt to confirm the form or go back and edit the form. I know this is possible is there a way to automate this so I dont have to retype the whole form again putting all the data in manual.

Reply With Quote
  #2  
Old October 2nd, 2003, 03:17 PM
unatratnag unatratnag is offline
Average Intelligence
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2003
Location: Ohio/Chicago
Posts: 678 unatratnag User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 m 22 sec
Reputation Power: 6
Send a message via AIM to unatratnag
Yea, i'd be very sad if that wasn't automated.

What exactly is your question?

Reply With Quote
  #3  
Old October 2nd, 2003, 03:26 PM
blues82 blues82 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 97 blues82 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 58 m 5 sec
Reputation Power: 5
unatratnag I would like to first off thank you for all your help. Here is what I need. As I said I have a very large form. When the client subits the form I want to take them to a page where they can review the information, not editable on this page. On this page they will have the option to go back to the page where they can edit their information, so I guess a way to populate the form fields for editing if they opt to do that. The other part of the automation is creating a replica form, which is not editable where they can review the data. So basically instead of the form fields, like the original form, it will have their data populated there.

Reply With Quote
  #4  
Old October 2nd, 2003, 03:31 PM
unatratnag unatratnag is offline
Average Intelligence
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2003
Location: Ohio/Chicago
Posts: 678 unatratnag User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 m 22 sec
Reputation Power: 6
Send a message via AIM to unatratnag
yes, do you know how to prepulate fields as well as make them readonly or disabled?

example

<input type='text' READONLY name='txt1' value='" & request.form("txt1") & "'>


you can replace READONLY with disabled if you want, disabled has it greyed out, both are not writable. you just say value='blah' for the prepopulation part. All other html elements follow the same pattern basically

on the previous page, you have the same thing except without the READONLY and it will work, yaay! good luck.

let me know if you have any problems.

Reply With Quote
  #5  
Old October 2nd, 2003, 03:34 PM
blues82 blues82 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 97 blues82 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 58 m 5 sec
Reputation Power: 5
ok that is great, the only other question i have is on the automation part. if i have the original form already made is there a way to dynamically make one page totally readonly without going to each field and typing readonly and as well to automatically populate the value part from the clients input from the original form, or do i hvae to manually input that into each form field

Reply With Quote
  #6  
Old October 2nd, 2003, 03:56 PM
unatratnag unatratnag is offline
Average Intelligence
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2003
Location: Ohio/Chicago
Posts: 678 unatratnag User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 m 22 sec
Reputation Power: 6
Send a message via AIM to unatratnag
sorta, but it'd be easier to just manually type readonly in.....

Reply With Quote
  #7  
Old October 2nd, 2003, 03:57 PM
blues82 blues82 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 97 blues82 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 58 m 5 sec
Reputation Power: 5
what about the value=...request.form thing

Reply With Quote
  #8  
Old October 2nd, 2003, 04:12 PM
blues82 blues82 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 97 blues82 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 58 m 5 sec
Reputation Power: 5
ok for the value=...thing i have split the incoming form 2x so that b(0) would hold the form field name, so now is there a way to use that to populate the values for the confirmation form

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > forms


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway