swallace wrote:
Say, if I send you a DVD, could you create me a complete POS system?
sure POS stands for Piece of Sh
right?
Ok. here is a very simple example for you. You can download from this link. http://www.corderman.com/portals/0/HTMLEmailForm.zip
The module consists of two controls
HTMLEmailForm.ascx – form has two textboxes. When a user fills out and selects submit the results are emailed to the user entered in HTMLEmailOptions.ascx
HTMLEmailOptions.ascx – This form is used by the admin to edit\update the email address that the form results should be sent to.
I have included both the source and the install.
Install Only
1. Unzip the zip form the link above an extract.
2. Upload Installation\HTMLEmailForm.zip using the DotNetNuke file manager.
3. Add an instance of the module to a page.
4. Using the edit pencil select View Options.
5. Enter email address that form results should go to
To play with source
1. copy the files form the zip into DesktopModules\HTMLEmailForm
2. Open DotNetNuke Solution and add HTMLEmailForm.csproj
I find this the easiest method as the installer will automatically set up all the correct module definitions using the HTMLEmailForm.dnn
Now it took me about as long to write this email as it did to write the code as I had help using these templates. These are the Visual Studio templates you were referring to
http://dnnjungle.vmasanas.net/Default.aspx?tabid=28
Now how about the template editor for the c# / VB.Net template engine hahaha