cancel
Showing results for 
Search instead for 
Did you mean: 

New site

Dreams
Member

Hi Guys,

 

Am trying to put a new site up using BTs easysite but am having a few difficulties.

I know there are a couple of posts here about a couple of them but there were no clear answers.

 

Last week I uploaded some GIF pictures that loaded OK but when I tried to do it again this week it would not do it.

Also, the page I had uploaded this week lost the original pictures.

 

I tried to set up a "get a quote" page for bookings which went OK but I could not get it to send the page as an email, I have now deleted that page in case someone tried to use it thinking it sent the details.

All I actually received in the email seem to be technical details of the button.

 

My site is dreamsroadshow.co.uk

 

Kind regards to all

 

Danny

Message Edited by Dreams on 16-07-2009 02:29 PM
1 ACCEPTED SOLUTION

Accepted Solutions

Andy75
Power User

Hi there,

 

Regarding your first question:
Could you please specify the page, so we will be able to investigate this issue further.
 
Regarding your second question:
 
Have you tried to use ASP mail script:
 
<%
Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
Mailer.FromName = Request.Form("yourname")
Mailer.FromAddress = Request.Form("youraddress")
Mailer.RemoteHost = "localhost"
Mailer.AddRecipient Request.Form("toname"), Request.Form("toaddress")
Mailer.AddCC Request.Form("ccname"), Request.Form("ccaddress")
Mailer.Subject = Request.Form("message")
message = "Message: " & Request.Form("message")
message = message & vbCRLF
Mailer.BodyText = message
if Mailer.SendMail then
%>
 
Regarding your third question:
 
Please be advised that we do not provide technical support for coding related issues.
 
Regarding your fourth question:
 

You can add 3-rd party software to your website, but we do not provide technical support for 3-rd party software

Regards

Andy

BT Forum Moderator

View solution in original post

2 REPLIES 2

Andy75
Power User

Hi there,

 

Regarding your first question:
Could you please specify the page, so we will be able to investigate this issue further.
 
Regarding your second question:
 
Have you tried to use ASP mail script:
 
<%
Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
Mailer.FromName = Request.Form("yourname")
Mailer.FromAddress = Request.Form("youraddress")
Mailer.RemoteHost = "localhost"
Mailer.AddRecipient Request.Form("toname"), Request.Form("toaddress")
Mailer.AddCC Request.Form("ccname"), Request.Form("ccaddress")
Mailer.Subject = Request.Form("message")
message = "Message: " & Request.Form("message")
message = message & vbCRLF
Mailer.BodyText = message
if Mailer.SendMail then
%>
 
Regarding your third question:
 
Please be advised that we do not provide technical support for coding related issues.
 
Regarding your fourth question:
 

You can add 3-rd party software to your website, but we do not provide technical support for 3-rd party software

Regards

Andy

BT Forum Moderator

Dreams
Member

Thanks for looking guys.

 

Got there eventually, found similar problems had already been found on this site.

 

Am still in the process of building the site but the most important stuff is there,

however, if anyone has any suggestions they are most welcome.

 

Thanks again.

 

Danny

 

dreamsroadshow.co.uk