Login Form can it be done with FormWizard Pro

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.
5/1/2012 7:54:43 AM
Gravatar
Total Posts 20
Dale Innis, What was, What is and What will be is all in the hands of God, but an application is in the hands of the developer, Lord Help us!

Login Form can it be done with FormWizard Pro

I need to do a login form with the basics.

 

account:

name:

password:

login button

 

and do a postback to another url,  to directly log in the user..

 

Can I do this via Form wizard pro or what approach would you guys recommend.

 

Any help is greatly appreciated.

5/1/2012 8:17:16 AM
Gravatar
Total Posts 18439

Re: Login Form can it be done with FormWizard Pro

No, Form Wizard Pro was not designed for login or registration. While it "might" be possible for a developer to implement something like that using a custom form submission handler I would not recommend it. A lot of thought has gone into making mojoPortal secure, I don't recommend people bypassing the built in functionality for login or registration.

Best,

Joe

5/1/2012 8:22:16 AM
Gravatar
Total Posts 20
Dale Innis, What was, What is and What will be is all in the hands of God, but an application is in the hands of the developer, Lord Help us!

Re: Login Form can it be done with FormWizard Pro

Agreed I love the program and don't want to compramise it, .net not having the ability to have multiple forms on a page kinda complicates things.

maybe I am just doing the postback incorrectly cause it doesn't seem to work.  I will try your suggestion.

 

Thanks, Joe

5/1/2012 8:57:37 AM
Gravatar
Total Posts 18439

Re: Login Form can it be done with FormWizard Pro

In a custom feature (not in Form Wizard Pro) you can workaround the ASP.NET single form limitation as described in the article Building a Simple PayPal Buy now button.

Hope that helps,

Joe

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