subkismet CAPTCHA image disappearing on submit click

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/27/2014 4:18:33 AM
Gravatar
Total Posts 5

subkismet CAPTCHA image disappearing on submit click

Hi Joe,

We have enabled subkismet captcha in one of our pages. But when we don't enter any mandatory fields, leave captcha box empty and click on Submit button captcha image is disappearing. This problem exists only in the pages in which submit click is calling '_gaq.push(['_trackPageview', '/xxxaspx']);' script. Is this something to do with analytics script asynchronous call?

Thanks

 

6/27/2014 10:26:54 AM
Gravatar
Total Posts 18439

Re: subkismet CAPTCHA image disappearing on submit click

sounds like hooking up to the click even may be disconnecting other things that were hooked to the click event. I'd suggest either leave off the tracking or look into attaching to the event without breaking things that are already attached to the event, ie multiple event listeners

7/2/2014 9:51:17 AM
Gravatar
Total Posts 5

Re: subkismet CAPTCHA image disappearing on submit click

Hi Joe,

Thanks for the reply. For some reason I cannot implement either of the changes mentioned. I tried another option. I have downloaded and edited the source code of 'Subkismet' (changed the 'EnableClientScript' property to false so that captcha image wouldn't disappear on button click, checked in my local) and updated the dll in mojoportal application bin, but it is throwing error on captcha enable. I tried it with the dll of originally downloaded source code also with the same result. Do I need to change anything else in mojoportal to update my customized 'Subkismet' dll?

Thanks,

 Kiran

You must sign in to post in the forums. This thread is closed to new posts.