My web site http://www.grainge.org has a feedback form that I have been able to attach to my style sheet so that the appearance is in line with the rest of the site.
The page was produced with FrontPage and relies on extensions on the server. I would now like to customise the form that displays after Submit has been clicked. I know I could substute my own page but that would not give the user confirmation of the information submitted, I don’t want to change the functionality of the response form, just the appearance.
Can someone please point me in the right direction for doing this, assuming it is possible.
Many thanks.
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Feedback Response Form (XP)
Home » Forums » Developers, developers, developers » Web design and development » Feedback Response Form (XP)
- This topic has 20 replies, 4 voices, and was last updated 21 years, 5 months ago.
AuthorTopicPeterG
AskWoody LoungerNovember 27, 2003 at 10:51 am #397158Viewing 1 reply threadAuthorReplies-
WSWebGenii
AskWoody LoungerNovember 30, 2003 at 3:23 am #750654I do not have FP XP in front of me., but I do know it is possible to confirm the information the user has submitted by using Confirmation Fields, (in FP 2K, use Insert, Component, Confirmation Field). The tricky part here is you must use the exact spelling and case for the field from the form. Place the confirmation field in your response page and it will reflect the information submitted by the user.
Cheers
-
PeterG
AskWoody LoungerDecember 5, 2003 at 4:22 pm #750795(Edited by WebGenii on 05-Dec-03 11:22. added hyperlink)
Catherine
Thank you so much. I have now got the form and response working as I want except one niggling thing.
If the user enters more than one paragraph in the Information field (which is a text area) in the response form the paragraphs get lost. It all ends up as one paragraph.
Do you know how to retain the paragraphs please as I have poked around and cannot fix it so far?
To see what I mean, go to http://www.grainge.org and click on Feedback and enter more than one paragraph under Enter Information Here. You can leave the other fields blank. Click Submit and you will see what I mean.
Hope you can help again and thanks.
Peter -
WSWebGenii
AskWoody Lounger -
WSWebGenii
AskWoody Lounger -
WSjscher2000
AskWoody Lounger -
WSjscher2000
AskWoody Lounger -
WSLeif
AskWoody LoungerDecember 18, 2003 at 10:10 am #759096I just came across
328495 – HOW TO: Preserve Carriage Returns in a FrontPage Discussion Web
if you are still looking – it may give you a clue or two… -
PeterG
AskWoody Lounger -
PeterG
AskWoody LoungerDecember 18, 2003 at 5:25 pm #759265Got to try it sooner than I expected but that’s the good news!
The nearest line to that described is
webbot bot=”ConfirmationField” S-Field=”Information”I tried
webbot bot=”ConfirmationField” S-Field=”Information” S-format=”html/pre” andwebbot bot=”ConfirmationField” S-Field=”Information”; S-format=”html/pre” and
webbot bot=”ConfirmationField” S -format=”html/pre” -Field=”Information” S-format=”html/pre” and perhaps a few more but could not get anything to work.
Unless you can see what I am doing wrong in this line, I conclude the method is only for discussion webs for which it was written.
Thanks anyway. I do appreciate your research.
Peter.
-
PeterG
AskWoody LoungerDecember 18, 2003 at 5:57 pm #759273Hmm! I looked back through the posts and enclosed the line
webbot bot=”ConfirmationField” S-Field=”Information”
in
tags as suggested by jscher. That does indeed preserve the paragraphs but each one is then on one line stretching a zillion miles across the screen and beyond! I tried putting that in a table hoping that would force the text to wrap but instead the table stretches! It sort of feels as if we are just another tweak away so if anyone does have any ideas?
-
WSjscher2000
AskWoody LoungerDecember 18, 2003 at 11:05 pm #759372I guess if I had written more lengthy feedback I would have noticed that. Hmmm… Where does this feedback go, other than the confirmation page? I’m thinking that you could use an onSubmit event handler and a bit of JavaScript to reformat the contents of the TextArea with tags, etc. But if this would mess up the database or other storage, then never mind.
-
PeterG
AskWoody LoungerDecember 19, 2003 at 12:00 pm #759531Hi Jefferson
The feedback goes to the response form and to an html page where I can pick up the feedback. The page I pick up is formatted correctly, annoyingly, but I think I will have to give up on letting the user see the response correctly. I am familiar with using javascript in html pages but not writing it.
So close and so far. From various sites I have seen this has emerged as a regular problem.
Thanks to you and everyone for helping.
Peter -
PeterG
AskWoody LoungerDecember 19, 2003 at 12:00 pm #759532Hi Jefferson
The feedback goes to the response form and to an html page where I can pick up the feedback. The page I pick up is formatted correctly, annoyingly, but I think I will have to give up on letting the user see the response correctly. I am familiar with using javascript in html pages but not writing it.
So close and so far. From various sites I have seen this has emerged as a regular problem.
Thanks to you and everyone for helping.
Peter -
WSjscher2000
AskWoody LoungerDecember 18, 2003 at 11:05 pm #759373I guess if I had written more lengthy feedback I would have noticed that. Hmmm… Where does this feedback go, other than the confirmation page? I’m thinking that you could use an onSubmit event handler and a bit of JavaScript to reformat the contents of the TextArea with tags, etc. But if this would mess up the database or other storage, then never mind.
-
PeterG
AskWoody LoungerDecember 18, 2003 at 5:57 pm #759274Hmm! I looked back through the posts and enclosed the line
webbot bot=”ConfirmationField” S-Field=”Information”
in
tags as suggested by jscher. That does indeed preserve the paragraphs but each one is then on one line stretching a zillion miles across the screen and beyond! I tried putting that in a table hoping that would force the text to wrap but instead the table stretches! It sort of feels as if we are just another tweak away so if anyone does have any ideas?
-
PeterG
AskWoody LoungerDecember 18, 2003 at 5:25 pm #759266Got to try it sooner than I expected but that’s the good news!
The nearest line to that described is
webbot bot=”ConfirmationField” S-Field=”Information”I tried
webbot bot=”ConfirmationField” S-Field=”Information” S-format=”html/pre” andwebbot bot=”ConfirmationField” S-Field=”Information”; S-format=”html/pre” and
webbot bot=”ConfirmationField” S -format=”html/pre” -Field=”Information” S-format=”html/pre” and perhaps a few more but could not get anything to work.
Unless you can see what I am doing wrong in this line, I conclude the method is only for discussion webs for which it was written.
Thanks anyway. I do appreciate your research.
Peter.
-
-
PeterG
AskWoody Lounger
-
-
WSLeif
AskWoody LoungerDecember 18, 2003 at 10:10 am #759097I just came across
328495 – HOW TO: Preserve Carriage Returns in a FrontPage Discussion Web
if you are still looking – it may give you a clue or two…
-
-
PeterG
AskWoody LoungerDecember 5, 2003 at 4:22 pm #750796(Edited by WebGenii on 05-Dec-03 11:22. added hyperlink)
Catherine
Thank you so much. I have now got the form and response working as I want except one niggling thing.
If the user enters more than one paragraph in the Information field (which is a text area) in the response form the paragraphs get lost. It all ends up as one paragraph.
Do you know how to retain the paragraphs please as I have poked around and cannot fix it so far?
To see what I mean, go to http://www.grainge.org and click on Feedback and enter more than one paragraph under Enter Information Here. You can leave the other fields blank. Click Submit and you will see what I mean.
Hope you can help again and thanks.
Peter
-
-
WSWebGenii
AskWoody LoungerNovember 30, 2003 at 3:23 am #750670I do not have FP XP in front of me., but I do know it is possible to confirm the information the user has submitted by using Confirmation Fields, (in FP 2K, use Insert, Component, Confirmation Field). The tricky part here is you must use the exact spelling and case for the field from the form. Place the confirmation field in your response page and it will reflect the information submitted by the user.
Cheers
Viewing 1 reply thread -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Discover the Best AI Tools for Everything
by
Alex5723
6 hours, 44 minutes ago -
Edge Seems To Be Gaining Weight
by
bbearren
1 hour, 30 minutes ago -
Rufus is available from the MSFT Store
by
PL1
17 hours, 42 minutes ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
19 hours, 51 minutes ago -
KB5061768 update for Intel vPro processor
by
drmark
2 hours, 16 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
18 hours, 2 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
15 hours, 37 minutes ago -
Office gets current release
by
Susan Bradley
18 hours, 14 minutes ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
2 days, 8 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
1 day, 16 hours ago -
Stop the OneDrive defaults
by
CWBillow
2 days, 9 hours ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
2 days, 19 hours ago -
X Suspends Encrypted DMs
by
Alex5723
2 days, 21 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
2 days, 21 hours ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
2 days, 22 hours ago -
OpenAI model sabotages shutdown code
by
Cybertooth
2 days, 22 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
2 days, 10 hours ago -
Enabling Secureboot
by
ITguy
2 days, 17 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
3 days, 6 hours ago -
No more rounded corners??
by
CWBillow
3 days, 2 hours ago -
Android 15 and IPV6
by
Win7and10
2 days, 16 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
3 days, 19 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
3 days, 21 hours ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
3 days, 16 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
4 days, 5 hours ago -
May preview updates
by
Susan Bradley
3 days, 16 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
3 days, 8 hours ago -
Just got this pop-up page while browsing
by
Alex5723
3 days, 21 hours ago -
KB5058379 / KB 5061768 Failures
by
crown
3 days, 18 hours ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
2 days, 20 hours ago
Recent blog posts
Key Links
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.