Reply to topic
Editable Form
olu


Joined: 20 Aug 2004
Posts: 7
Reply with quote
I am designing a form in classic ASP. I want users to preview the form once it is submited, and also give them the opportunity to modify the content. Please I need the ASP codes for these.
Josh
Forum Regular

Joined: 01 Apr 2004
Posts: 1029
Location: Felton, Delaware
Reply with quote
Uhm... you can't do that yourself?
Shaji


Joined: 21 Feb 2005
Posts: 83
Reply with quote
You can look ASP FormMail example at http://www.brainjar.com/asp/formmail/.

This is sake of example. User enter name and email address..

For From Input page.

Name: <input name="Name" type="text" />
Email Address: <input name="Email" type="text" />

For Form Action page.

Display Name and email address: Write out Request.Form("Name") and Request.Form("Email")
Create submit buttons : "Submit" and "Modify"

If User hit submit, Send email,
Else Go back

Is this logical making sense to you? I am not ASP guru.. Rolling Eyes You can search it example on Google..
Connie


Joined: 26 Mar 2005
Posts: 176
Location: The Internet
Reply with quote
http://www.devx.com/asp/Article/17745 Although, that requires the use of SQL db...
Editable Form
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic