SSL Frontpage 2003

B

b

I want one page of my website, which is a fill-in form, to be secure. I
contacted my hosting company who gave me the code and they said to insert it
inside the form. I don't understand where I am suppose to insert it. When I
go to the website and go to that page it is still http not https. How do I
change the address for this one page?
 
D

David Berry

What is the code they gave you? It probably goes in the form action. Right
click on the form, choose form properties, click send to other and paste in
the URL the gave you using HTTPS instead of HTTP.
 
B

b

You can paste into the "send to other" field. It is a drop box with options
you have to choose.
 
D

David Berry

No. I meant click on the Send to Other radio button and paste it into the
form name field below it.

You can also just switch to Code View and paste the URL they gave you into
the <form action = " ............." section
 
Top