Team Clueless Rally

Wherever your event is being located

March 31-April 12

Register for the Team Clueless Rolling Rally

Plesae provide the following information and we will provide you with hotel information when it is available.

Required Information















heading outTemplate Info

This is the first of two forms thatz are used on the site. It is not connected to a forms processor because I do not know what server you will be hosted on. Typically the results would be sent to either a mail.php or asp.net page for emailing. If you are using something like PayPal to collect registrations fees it would go to your PayPal account and you would need to make whatever adjustments are necessary for that processor.

In order to get the form on this page to be responsive I had to put two media queries in the head section not just in the small-devices.css. This seems to be an issue with inheritance. The primary problem was getting the form field labels to wrap on smaller devices. Just changing the widths which worked very well on the shop page wasn't working here. What did work was using:

@media screen and (min-width: 500px){
.rwd-break { display: none; }
}
@media screen and (max-width: 500px){
#reg {width: 13em;}
}

What this does is hide the line break on screens that are wider than 500px and resizes the form for screens that are smaller than 500px.

Terms of Use

You may freely use this template subject to creative commons licensing terms provided that you credit by-expression.com on commerical and non-commerical sites. You may do this in a meta tag. If you must contact Cheryl D Wise prior to your use of this template.