Response form to data entry

  • Thread starter Thread starter Doug Sanders
  • Start date Start date
D

Doug Sanders

I have updated an old site where the visitor can submit a request. Instead
of getting the 'thankyou,html' page in response, the form is redisplayed in
'raw' format.

I'm very new to this using FP98, any help would be appreciated.

The site is www.mcdonaldservices.com.


Thanks,

Doug Sanders
 
1) FP forms do mot support multiple addresses as you have entered w/ a comma separator
- remove the second addressee and see http://support.microsoft.com/default.aspx?scid=205756
2) FP does nothing w/ your 2 hidden fields but pass them to the form results and show them on the default confirmation page
(as in <input type="hidden" name="success" value="https://www.mcdonaldservices.com/thankyou.htm">)
3) FP is probably showing the default confirmation page because of the error in 1 above

PS
your styles w/ negative margins are unsupported by some browsers and do nothing of value
(as in <p style="margin-top: -1px; margin-bottom: -1px">)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I have updated an old site where the visitor can submit a request. Instead
| of getting the 'thankyou,html' page in response, the form is redisplayed in
| 'raw' format.
|
| I'm very new to this using FP98, any help would be appreciated.
|
| The site is www.mcdonaldservices.com.
|
|
| Thanks,
|
| Doug Sanders
|
|
|
|
|
 
Thanks, that fixed the problem and it now brings up the correct form.

Doug


Stefan B Rusynko said:
1) FP forms do mot support multiple addresses as you have entered w/ a comma separator
- remove the second addressee and see http://support.microsoft.com/default.aspx?scid=205756
2) FP does nothing w/ your 2 hidden fields but pass them to the form
results and show them on the default confirmation page
(as in <input type="hidden" name="success" value="https://www.mcdonaldservices.com/thankyou.htm">)
3) FP is probably showing the default confirmation page because of the error in 1 above

PS
your styles w/ negative margins are unsupported by some browsers and do nothing of value
(as in <p style="margin-top: -1px; margin-bottom: -1px">)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I have updated an old site where the visitor can submit a request. Instead
| of getting the 'thankyou,html' page in response, the form is redisplayed in
| 'raw' format.
|
| I'm very new to this using FP98, any help would be appreciated.
|
| The site is www.mcdonaldservices.com.
|
|
| Thanks,
|
| Doug Sanders
|
|
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top