Join Button does not work in Internet Explorer

I have a site built with Dolphin 7.1. It has a splash page which people can use to join or login to the website.

In Internet Explorer (All Versions) people cannot click the 'join' button. It animates like it's being clicked, but does not bring up the next page (profile.php)

 

the code for the button is as follows:

 <a href="join.php">
              <input type="button" value="Join us" class="clsLogin" name="" onclick="redirectPage(profile.php)">
             
              </a>

Is anyone else having this problem?

Quote · 13 Jun 2013

I have the same problem. I am using Chrome and Firefox (Latest versions).

I have updated to Dolphin 7.1.3. My Join form no longer works. I press the Join button but nothing happens. The button shows that it is being activated, that's it.

Any help would be appreciated soonest!!

www.asia-connect.asia 

There are none so blind as those that will not see.
Quote · 13 Jun 2013

Sorry Sochub, I reported you by accident, my bad...

There are none so blind as those that will not see.
Quote · 13 Jun 2013

 

I have the same problem. I am using Chrome and Firefox (Latest versions).

I have updated to Dolphin 7.1.3. My Join form no longer works. I press the Join button but nothing happens. The button shows that it is being activated, that's it.

Any help would be appreciated soonest!!

www.asia-connect.asia 

 
Yours appears to be failing at the email check. Looks like you may have a email check mod of some sort that is malfunctioning. You may want to try and restore the default check value for the email address field.

Run this query

UPDATE `sys_profile_fields` SET `Check` = 'return (bool) preg_match(''/^([a-z0-9\\+\\_\\-\\.]+)@([a-z0-9\\+\\_\\-\\.]+)$/i'', $arg0);' WHERE `Name` = 'Email';

Or edit email profile field and make sure check in advanced is set to...
return (bool) preg_match('/^([a-z0-9\+\_\-\.]+)@([a-z0-9\+\_\-\.]+)$/i', $arg0);

Then clear dolphin cache and try again.


https://www.deanbassett.com
Quote · 13 Jun 2013

Hello Deano,

You were right the problem was linked to Martinboi's management module. I removed it and now the Join form works.

I am know installing Martinboi's latest version which works with D7.1.3

Many thanks.

Stuart

There are none so blind as those that will not see.
Quote · 14 Jun 2013

With me it was a goof in code. onclick="redirectPage(profile.php) should have been onclick="redirectPage()   Cleared that up and works like a dream.

Quote · 11 Aug 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.