Captcha on PopOver

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.
11/28/2011 5:56:28 AM
Gravatar
Total Posts 88

Captcha on PopOver

Hi,

I´ve created a control that looks like an PopOver (apple ipad PopOver) and on this control i have a form that uses the captcha control from mojoportal, but when i save this form i can´t do a postback to validate the page because the position and form content will be lost. I create a webmethod with json to validate form but i can´t get captcha Control Text to validate the form.

Can someone help who to i get the captcha text control value?

thanks

11/28/2011 7:25:49 AM
Gravatar
Total Posts 18439

Re: Captcha on PopOver

In ASP.NET WebForms there can be one and only one form element in a page and there already is one so you should not add any form elements. You can have buttons that do postback but they will use the form that already exists, if you add a form element it will not work.

We don't have any built in captcha controls that work over json. 

Hope that helps,

Joe

11/28/2011 8:02:38 AM
Gravatar
Total Posts 88

Re: Captcha on PopOver

thanks joe,

maybe you don't understand what i want.

I have a form but i don't have the tag <form>, is a form with several input information, but when user submits this form i have a function that calls an webmethod with json call($.ajax). I need to confirm the captcha input with captcha value to proceed with request.

thanks for the help

11/28/2011 12:02:54 PM
Gravatar
Total Posts 18439

Re: Captcha on PopOver

Sorry, I don't have a solution for you to validate a captcha over json, you'll have to figure out your own solution if you need to do that.

Best,

Joe

11/29/2011 3:08:08 AM
Gravatar
Total Posts 88

Re: Captcha on PopOver

Ok,

i will try to find where the string is built.

thanks again.

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