Response form to data entry

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
 
S

Stefan B Rusynko

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
|
|
|
|
|
 
D

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
|
|
|
|
|
 
Top