I am trying (and without much success) to learn how to make my own modules. It seems all the resources I see out there, make the assumption that all I'm doing is a website, and that all my data is there in support of this website. That and the fact I haven't found a very well done tutorial or set of distinct "step by step" instructions on making a module. That said, I am going to outline exactly what I'm trying to accomplish with my "very first module", and see if anyone can help me with good, concise, instructions.
a) I've grabbed all the DNN Jungle stuff, and the stuff from Seabury Design. I've read a few things on the net. I'm just as confused now, as I was before I started.
So - here goes!
We have a table in an existing database, that's currently fed data from an ASP Page. That data is in turn read in by a VB6 app, to make labels.
I want a module that allows anyone (not necesarily registered users) to
a) enter their name, email addy, and mailing address info.
b) choose 1-4 items from a list of 4 documents they would like us to USPS them
c) Submit this info into our table
My web module doesnt' need to display anything to anyone - the data just gets put in the db. Our vb6 app reads this data to make mailing labels and send the requested documents out. Everything I see talks about "module ID" and "portal ID" etc, but nothing I've read thus far will let me just create this simple module to populate our stand alone table?
Can anyone help me, point me in the right direction, etc? I have a large group of modules "of this nature" that we need to be able to design, but the database we will work with, for the most part, is not the DotNetNuke database. The DNN Database is only going to be there to keep our "look & feel" and such, but it has to be able to interface pretty well with our "real time system".
thanks
Mark Orsted