<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Forms &amp;amp; asp processing files in Archive</title>
    <link>https://business.forums.bt.com/t5/Archive/Forms-amp-asp-processing-files/m-p/6241#M9569</link>
    <description>ASP is available on the Advanced Hosting but you have to enable it. To do this log into the Website Centre and click on Site Builders &amp;gt; WIndows Services &amp;gt; ASP and enable it there.</description>
    <pubDate>Thu, 04 Jun 2009 11:50:58 GMT</pubDate>
    <dc:creator>dave</dc:creator>
    <dc:date>2009-06-04T11:50:58Z</dc:date>
    <item>
      <title>Forms &amp; asp processing files</title>
      <link>https://business.forums.bt.com/t5/Archive/Forms-amp-asp-processing-files/m-p/6233#M9568</link>
      <description>&lt;P&gt;I have BT advanced hosting option and want to use several forms on the site i am creating.&amp;nbsp; I however do not want to use the formail option.&amp;nbsp; I was assured that asp was supported on this hosting package, yet when i uploaded my own form and its asp processing file it doesnt work.&amp;nbsp; The asp option in the web manager section is activated.&lt;/P&gt;&lt;P&gt;I have tried the form when loaded on another hosting (not BT) package and it works fine, which has me worried that despite being told the advanced package supports asp, it will only allow for formail scripts on form processing.&lt;/P&gt;&lt;P&gt;I have tried BT support, but as i havent used the easysite creator they dont want to know (i have used dreamweaver, pretty standard normally i would have thought)&lt;/P&gt;&lt;P&gt;My asp file information is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;%&lt;BR /&gt;setlocale("en-gb")&lt;BR /&gt;MessageText=MessageText&amp;amp;"Date and time sent: "&amp;amp;formatdatetime(now,1)&amp;amp;" - "&amp;amp;formatdatetime(now,3)&amp;amp;vbcrlf&amp;amp;vbcrlf&lt;BR /&gt;MessageText=MessageText&amp;amp;""&amp;amp;vbcrlf&lt;BR /&gt;MessageText=MessageText&amp;amp;""&amp;amp;vbcrlf&lt;BR /&gt;MessageText=MessageText&amp;amp;"Email address: "&amp;amp;request.form("email")&amp;amp;vbcrlf&amp;amp;vbcrlf&lt;BR /&gt;MessageText=MessageText&amp;amp;"Full name: "&amp;amp;request.form("fullname")&amp;amp;vbcrlf&amp;amp;vbcrlf&lt;BR /&gt;MessageText=MessageText&amp;amp;"Address: "&amp;amp;request.form("address")&amp;amp;vbcrlf&amp;amp;vbcrlf&lt;BR /&gt;MessageText=MessageText&amp;amp;"Post Code: "&amp;amp;request.form("postcode")&amp;amp;vbcrlf&amp;amp;vbcrlf&lt;BR /&gt;MessageText=MessageText&amp;amp;"Property Address: "&amp;amp;request.form("propertyaddress")&amp;amp;vbcrlf&amp;amp;vbcrlf&lt;BR /&gt;MessageText=MessageText&amp;amp;"Property Post Code: "&amp;amp;request.form("propertypostcode")&amp;amp;vbcrlf&amp;amp;vbcrlf&lt;BR /&gt;MessageText=MessageText&amp;amp;"Property Type: "&amp;amp;request.form("propertytype")&amp;amp;vbcrlf&amp;amp;vbcrlf&lt;BR /&gt;MessageText=MessageText&amp;amp;"Brief Description: "&amp;amp;request.form("description")&amp;amp;vbcrlf&amp;amp;vbcrlf&lt;BR /&gt;MessageText=MessageText&amp;amp;""&amp;amp;vbcrlf&lt;BR /&gt;MessageText=MessageText&amp;amp;""&amp;amp;vbcrlf&lt;BR /&gt;&lt;BR /&gt;Set Mailer = Server.CreateObject ("smtpsvg.mailer")&lt;BR /&gt;Mailer.RemoteHost = "mail.btconnect.com"&lt;BR /&gt;Mailer.AddRecipient "J Mead", "jeremymead@btconnect.com"&lt;BR /&gt;Mailer.FromName = trim(request.form("fullname"))&lt;BR /&gt;Mailer.FromAddress = trim(request.form("email"))&lt;BR /&gt;Mailer.AddCC trim(request.form("fullname")), trim(request.form("email"))&lt;BR /&gt;Mailer.Subject = "Registration"&lt;BR /&gt;Mailer.BodyText = MessageText&lt;BR /&gt;Mailer.SendMail&lt;BR /&gt;&lt;BR /&gt;response.redirect("thankyou.html")&lt;BR /&gt;%&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The form coding is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;form name="registration" id="registration" method="post" action="send_mail.asp" &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is more with regard to the imput boxes but not relevent to the problem i am having.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please can somebody advise if this simple asp file i tend to use is supported or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2009 09:24:21 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Forms-amp-asp-processing-files/m-p/6233#M9568</guid>
      <dc:creator>19oliver90</dc:creator>
      <dc:date>2009-06-04T09:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Forms &amp; asp processing files</title>
      <link>https://business.forums.bt.com/t5/Archive/Forms-amp-asp-processing-files/m-p/6241#M9569</link>
      <description>ASP is available on the Advanced Hosting but you have to enable it. To do this log into the Website Centre and click on Site Builders &amp;gt; WIndows Services &amp;gt; ASP and enable it there.</description>
      <pubDate>Thu, 04 Jun 2009 11:50:58 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Forms-amp-asp-processing-files/m-p/6241#M9569</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2009-06-04T11:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Forms &amp; asp processing files</title>
      <link>https://business.forums.bt.com/t5/Archive/Forms-amp-asp-processing-files/m-p/6244#M9570</link>
      <description>&lt;P&gt;ASP is enabled.&amp;nbsp; I finally found somebody in support that would talk to me and advise to change my mailer address to localhost and not to .dominaname.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very disappointed that because i am not using the preloaded web creator software that no one in bt support is prepared to point me in the right direction with basic mailer settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While i am quite new to ASP i also did not come down in the last shower as it appears that BT think i did.&amp;nbsp; No one is perfect and theres always room to learn more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for you help Dave, i got there in the end. &lt;A target="_blank" href="http://btb.lithium.com/t5/util/emoticonspopuppage"&gt;&lt;IMG alt=":smileyhappy:" title="Smiley Happy" border="0" src="http://btb.lithium.com/i/smilies/16x16_smiley-happy.gif" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2009 11:58:00 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Forms-amp-asp-processing-files/m-p/6244#M9570</guid>
      <dc:creator>19oliver90</dc:creator>
      <dc:date>2009-06-04T11:58:00Z</dc:date>
    </item>
  </channel>
</rss>

