%
Option Explicit
Dim strName
Dim strBrigade
Dim strRank
Dim strContactTel
Dim strMobileTel
Dim strEmail
Dim strProfessionalRole
Dim strPrincipalAreaOfCompetence
Dim strExperienceBase
Dim strOtherAreasOfExpertise
Dim strBody
Dim Mail
If Request.Form("Submit") <> "" then
strName = Trim(Request.Form("Name"))
strBrigade = Trim(Request.Form("Brigade"))
strRank = Trim(Request.Form("Rank"))
strContactTel = Trim(Request.Form("ContactTel"))
strMobileTel = Trim(Request.Form("MobileTel"))
strEmail = Trim(Request.Form("Email"))
strProfessionalRole = Trim(Request.Form("ProfessionalRole"))
strPrincipalAreaOfCompetence = Trim(Request.Form("PrincipalAreaOfCompetence"))
strExperienceBase = Trim(Request.Form("ExperienceBase"))
strOtherAreasOfExpertise = Trim(Request.Form("OtherAreasOfExpertise"))
Set Mail = Server.CreateObject("Persits.MailSender")
'Mail.Host = "mail.fireofficers.org.uk"
Mail.Host = "127.0.0.1"
Mail.From = strEmail
Mail.FromName = strName
Mail.AddAddress "foa@fireofficers.org.uk"
'Mail.AddAddress "gavin_404@hotmail.com"
Mail.Subject = "Practitioners Form from FOA Web Site"
strBody = ""
strBody = strBody & "Name: " & strName & vbcrlf
strBody = strBody & "Brigade: " & strBrigade & vbcrlf
strBody = strBody & "Rank: " & strRank & vbcrlf
strBody = strBody & "Contact Tel: " & strContactTel & vbcrlf
strBody = strBody & "Mobile Tel: " & strMobileTel & vbcrlf
strBody = strBody & "E-mail: " & strEmail & vbcrlf
strBody = strBody & "Professional Role: " & strProfessionalRole & vbcrlf
strBody = strBody & "Principal area of competence: " & strPrincipalAreaOfCompetence & vbcrlf
strBody = strBody & "Experience base: " & strExperienceBase & vbcrlf
strBody = strBody & "Other areas of expertise: " & strOtherAreasOfExpertise & vbcrlf
Mail.Body = strBody
On Error Resume Next
Mail.Send
If Err <> 0 Then
Response.Write "Error encountered: " & Err.Description
Else
Response.Redirect "practitioners_response.asp"
End If
End if
%>
The Fire Officers Association
After the disbanding of the CFBAC its
responsibilities were transferred to the CFOA 'Practitioner Forum'.
To accommodate our membership of this Forum, the Fire Officers Association's structure was revised at the September 2003 National Delegates Meeting. This revision was undertaken to provide the means to channel members' knowledge and expertise into this new body and its associated project groups.
As part of this process, the Management Group established a register of competent practitioners which provides the means to involve a wide range of members in national affairs.
You can contribute to the future development of the fire service by being included on our Practitioners Register.
Please register now by completing and submitting the following on-line form. (* indicates mandatory field):