request for quote aspx page

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.
4/26/2011 11:28:50 AM
Gravatar
Total Posts 11

request for quote aspx page

Hello Experts, I want to develop a simple asp.net page with some user inputs which will accept some data along with email address. Once user submit the form I need to send a request mail to admin. What are the steps do I need to follow to accomplish this page in mojoportal?

4/26/2011 11:51:48 AM
Gravatar
Total Posts 18439

Re: request for quote aspx page

You could purchase my add on product Form Wizard Pro, or you could study the code for the included contact form and read the developer documentation to learn how to implement a custom form that sends email.

Best,

Joe

4/26/2011 11:56:38 AM
Gravatar
Total Posts 245
mojoPortal Community Expert

Re: request for quote aspx page

Hi

The steps are all here in the Developer Docs online.

If you look at Series 6, Joe is showing you how to build a Guest Book application for mojoPortal.

It is a simple asp.net page with some user inputs which will accept some data along with email address.

Your quote application is even simpler than Joe's tutorial, All you have to add is emailing the data to admin instead of displaying the data.

Your request is 80% done just by following Joe's developer tutorials.

You can even download the completed code for the Guest Book tutorial application here

Hope this helps.

Rick

4/26/2011 12:07:50 PM
Gravatar
Total Posts 11

Re: request for quote aspx page

Thanks for the reply and Help. Do I need to download the "source code" or just deployable version from codeplex, IF:

[1] I need to create a customized skin [2] create some small user input forms [3] create one product page with product display and admin-back-end to insert/update/delete the products.

Thanks for all your help.

4/26/2011 12:19:35 PM
Gravatar
Total Posts 18439

Re: request for quote aspx page

You don't need to deploy the source code to production and you don't need the source code to create a custom skin.

However if you want to learn how any of mojoPortal works and you want to benefit from the existing code which has examples for most common tasks then you should download the source code. Anyone doing any custom development should use the source code and I recommend always use the latest source code from the repository

But also consider Form Wizard Pro, it can do what you are trying to do and you don't have to develop it yourself so you can save a lot of development time. You can have your request a quote form up and running in minutes using Form Wizard Pro without any custom development needed.

Best,

Joe

4/26/2011 12:29:03 PM
Gravatar
Total Posts 245
mojoPortal Community Expert

Re: request for quote aspx page

Yes.  To start, you need to download the source from codeplex.

I added a link to my post with the location to the Guest Book Source code.

You do not have to create a customized skin.  You can use any existing skin.

I see you went from a page to form(s) so want more than one input form and now there's a product page.

Sounds like project scope creep is happening here.  This appears to be bigger than you first mentioned surprise

You can use the existing mojoPortal Store/Shopping cart module for a products page.

If you are doing multiple forms and are not an experienced developer, as Joe's said get his Form Wizard Pro.

Rick

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