IE8 error

hello gents

i am having a wierd error on my site if a pilot wants to register i first let him pas the rules page i made

http://www.tnt-virtual.be/index.php/TNTContent/rules

then ad the end is a button that will go to the registrationpage.

but this button won’t work in IE8,yet it is working in all other common brouwsers(firefox,opera,chrome).

can any shoot a fix at me

I’ll look in a few, is your server down? It wasn’t loading

no itsworking fine here

type input type =submit

thanks that was 1 off the errors

action=“<?php echo SITE_URL ?>/index.php/registration”> the action was empty

thats wy it didn’t work in IE8

Yeah, you can do:

action=“<?php echo url(‘/registration’); ?>”

Since you’re on the betas

ok thanks