<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim Recordset1__MMColParam Recordset1__MMColParam = "1" If (Request.Form("Eventtype") <> "All") Then Recordset1__MMColParam = Request.Form("Eventtype") End If If (Request.QueryString("Eventtype") = "Membership") Then Recordset1__MMColParam = Request.QueryString("Eventtype") End If %> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_trihard_STRING Recordset1.Source = "SELECT * FROM events WHERE Eventtype LIKE '%" + Replace(Recordset1__MMColParam, "'", "''") + "%' ORDER BY eventdate ASC, event asc" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 Recordset1_numRows = Recordset1_numRows + Repeat1__numRows %> Trihard
  TRIHARD HOME | EVENTS | FAQ
<%if session("userid")="" Then%> LOGIN <%else%> VIEW YOUR EVENTS | UPDATE PROFILE | LOGIN AS ANOTHER USER <%end if%>
 
 

Frequently Asked Questions

How do I enter more than one event?

After you have entered the first event and then gone to the View Your Events page, do not pay for this event yet, but click the Enter Another Event link at the top of the page, this will take you back to the main Events page and you can choose another event to enter. Do this as many times as you require and then click to pay for the events.

It says I have already registered

If someone else has already registered with the same e-mail address you have then the site will think you have already registered.
To overcome this you need to completely close down your internet browser and re-open it. You can then go to the event you wish to enter and will be offered two options.
  • New user to the site, click here to register and enter this event
  • Registered User, click her to login and enter this event.
    Chose the first option, it will then ask for your personal details. When you click submit on the personal details it will bring up an error message saying that someone has already reigstered with this email address. Tick the box to override this and re-enter your password. On clicking submit you will now be taken to the event entry form and can enter the race.
  •  

     
    <% Recordset1.Close() Set Recordset1 = Nothing %> <% Recordset2.Close() Set Recordset2 = Nothing %>