Jump to content

[SOLVED] Send to friend captcha


Recommended Posts

Hello everyone,

 

I am trying to install the module send to a friend (with captcha included)

But it does not show up the captcha on the internet, which means after filling in the form and clicking on send it asks to fill in the captcha form.

 

I installed it on the modules map, it also shows up in the BO modules section.

Is there anything I need to do to make it work?

 

Hope you guys can help me out

Server gegevens

 

PrestaShop versie: 1.4.7.3

Server gegevens: Linux #1 SMP Mon Nov 21 09:54:21 UTC 2011 x86_64

Server software versie: Apache

PHP version: 5.3.10

MySQL versie: 5.0.51a-24+lenny5-log

Winkel gegevens

 

URL van uw website: http://www.genncomps...enncompsys.com/

Naam gebruikte thema: prestashop

Edited by helldog2004 (see edit history)
Link to comment
Share on other sites

Great I will try this out, but on the other hand I am using the slide captcha on my contact page.

You migth want to take a look at this at

http://www.genncompsys.com/gennwinkel/Development/www.genncompsys.com and go to contact in the footer link.

 

Question: Why do I see a send button, if this isn't used anyway, how can I unlock the form by using the slider, and sending the form by using the button?

 

Hope you can help me out, thanks in advance!

Link to comment
Share on other sites

Yes I understand but my slider doesn't even look like the slider shown in the pictures.

Mine is big and black, while the slider in the demo mode is slick and grey.

 

Mine doesn't show a lock which is opening if you slide the bar to the right.

And mine doesn't unlock the form, it just sends it after sliding it to the right.

 

What went wrong?

Link to comment
Share on other sites

Okay I came very far now.

I installed the slider qaptcha and everything works for sure now.

If I slide the slider to the right side of the bar it shows green text telling the form is open to send and the button send can be used.

 

But I want to use the lock image and once opened green tick image aswell.

How can I insert this in the Slider Qaptcha.

 

The images are allready in the folder, I just need to find out how to get this working with the slider.

Thanks!

 

check website for the bar:

http://www.genncompsys.com/gennwinkel/Development/www.genncompsys.com/contact-us

Edited by helldog2004 (see edit history)
Link to comment
Share on other sites

the slide captcha send the form when unlock, is the normal use and you can change te text.

for the qcaptcha, you cna compare the slidecaptcha code to get the image folder, need to put the js in the tpl and the module dir var

Link to comment
Share on other sites

I am sorry Shacker at the moment I don't understand a word you say.

Yes it is true when you install the slide qaptcha if will start with a black bar and a big button, when slided it will auto submit.

 

I changed it to a slick grey bar, with the small button, and it won't auto submit now but just opens the send button.

Also applied the text, the red text for not slided yet, and the green text when form is opened.

 

But how can I apply the locker / green tick image?

thanks in advance.

 

I am not realy experienced with these kind of actions.

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

hey hello shacker , i am trying to use to configure the slider it looks great and i've downloaded and installed properly , in the instrcution it says , Put this code inside the contact-form.tpl of your theme (above the send button) or in any form that you need to block:, i guess i did it correctly i opened the contact form and modified

</p>

<p class="submit">

{include file="$tpl_dir./../../modules/slidecaptcha/slidecaptcha.tpl"}

<input type="submit" name="submitMessage" id="submitMessage" value="{l s='Send'}" class="button_large" onclick="$(this).hide();" />

</p>

</fieldset>

I guess thuis is the correct place but doesnt show

Edited by erickhelena (see edit history)
Link to comment
Share on other sites

  • 6 months later...

http://www.e-piazza.biz/it/contattaci

 

i'm on 1.5.3

just downloaded slidecaptcha from your website www.catalogo-onlinersi.com.ar

 

put it like this :

 

 

<p class="submit">

{include file="$tpl_dir./../../modules/slidecaptcha/slidecaptcha.tpl"}

<input type="submit" name="submitMessage" id="submitMessage" value="{l s='Send'}" class="button_large" onclick="$(this).hide();" />

</p>

</fieldset>

</form>

{/if}

 

no joy!

 

any help?

Link to comment
Share on other sites

remember to force compile

 

nothing my friend. still no joy! i'm even using absolute url to avoid wrong links . force compile is ON.

 

i've tried

 

<p class="submit">

{include file="$tpl_dir./../../modules/slidecaptcha/slidecaptcha.tpl"}

<input type="submit" name="submitMessage" id="submitMessage" value="{l s='Send'}" class="button_large" onclick="$(this).hide();" />

</p>

</fieldset>

</form>

 

and also

 

 

{include file="$tpl_dir./../../modules/slidecaptcha/slidecaptcha.tpl"}

<p class="submit">

<input type="submit" name="submitMessage" id="submitMessage" value="{l s='Send'}" class="button_large" onclick="$(this).hide();" />

</p>

</fieldset>

</form>

 

but it does not work!

Link to comment
Share on other sites

  • 3 years later...
×
×
  • Create New...