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.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
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, 6 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.
PeterWSWebGenii
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
-
macOS Tahoe 26 the end of the road for Intel Macs, OCLP, Hackintosh
by
Alex5723
25 minutes ago -
Cyberattack on some Washington Post journalists’ email accounts
by
Bob99
1 hour, 45 minutes ago -
Tools to support internet discussions
by
Kathy Stevens
8 hours, 35 minutes ago -
How get Group Policy to allow specific Driver to download?
by
Tex265
6 hours, 55 minutes ago -
AI is good sometimes
by
Susan Bradley
8 hours, 57 minutes ago -
Mozilla quietly tests Perplexity AI as a New Firefox Search Option
by
Alex5723
14 hours, 16 minutes ago -
Perplexity Pro free for 12 mos for Samsung Galaxy phones
by
Patricia Grace
1 day, 9 hours ago -
June KB5060842 update broke DHCP server service
by
Alex5723
1 day, 7 hours ago -
AMD Ryzen™ Chipset Driver Release Notes 7.06.02.123
by
Alex5723
1 day, 11 hours ago -
Excessive security alerts
by
WSSebastian42
2 hours, 36 minutes ago -
* CrystalDiskMark may shorten SSD/USB Memory life
by
Alex5723
1 day, 21 hours ago -
Ben’s excellent adventure with Linux
by
Ben Myers
1 hour, 32 minutes ago -
Seconds are back in Windows 10!
by
Susan Bradley
1 day, 8 hours ago -
WebBrowserPassView — Take inventory of your stored passwords
by
Deanna McElveen
2 hours, 3 minutes ago -
OS news from WWDC 2025
by
Will Fastie
12 hours, 22 minutes ago -
Need help with graphics…
by
WSBatBytes
16 hours, 36 minutes ago -
AMD : Out of Bounds (OOB) read vulnerability in TPM 2.0 CVE-2025-2884
by
Alex5723
2 days, 12 hours ago -
Totally remove or disable BitLocker
by
CWBillow
1 day, 11 hours ago -
Windows 10 gets 6 years of ESU?
by
n0ads
1 day, 15 hours ago -
Apple, Google stores still offer China-based VPNs, report says
by
Nibbled To Death By Ducks
2 days, 23 hours ago -
Search Forums only bring up my posts?
by
Deo
8 hours, 10 minutes ago -
Windows Spotlight broken on Enterprise and Pro for Workstations?
by
steeviebops
3 days, 11 hours ago -
Denmark wants to dump Microsoft for Linux + LibreOffice
by
Alex5723
3 days, 3 hours ago -
How to get Microsoft Defender to honor Group Policy Setting
by
Ralph
3 days, 11 hours ago -
Apple : Paragon’s iOS Mercenary Spyware Finds Journalists Target
by
Alex5723
3 days, 21 hours ago -
Music : The Rose Room – It’s Been A Long, Long Time album
by
Alex5723
3 days, 23 hours ago -
Disengage Bitlocker
by
CWBillow
3 days, 13 hours ago -
Mac Mini M2 Service Program for No Power Issue
by
Alex5723
4 days, 1 hour ago -
New Win 11 Pro Geekom Setup questions
by
Deo
7 hours, 58 minutes ago -
Windows 11 Insider Preview build 26200.5651 released to DEV
by
joep517
4 days, 8 hours ago
Recent blog posts
Key Links
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.