Jump to content

sarath

Members
  • Posts

    2
  • Joined

  • Last visited

1 Follower

Profile Information

  • Location
    india
  • Activity
    Freelancer

sarath's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. site is not online I put the code like this: {$HOOK_CREATE_ACCOUNT_FORM} <fieldset class="account_creation"> <div class="exclusive">{include file="$tpl_dir./../../modules/slidecaptcha/slidecaptcha.tpl"}</div> </fieldset> <p class="cart_navigation required submit"> <input type="hidden" name="email_create" value="1" /> <input type="hidden" name="is_new_customer" value="1" /> {if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />{/if} <input type="submit" name="submitAccount" id="submitAccount" value="{l s='Register'}" class="exclusive" /> <span><sup>*</sup>{l s='Required field'}</span> </p> After loading the registration form, field is displayed, but slidecaptcha not. I make a mistake in registration (for example, entering a blank password), I press "Register" (reload site) and slidecaptcha shows up and works. Slidecaptcha is not work only the first time. I mean, I have not error in Javascript.
×
×
  • Create New...