First, I set up a Content Type w/ some fields and named it "NFL" then using a module called Feed Import I have the ability to import XML content off the internet into Content type "nodes". After that my site displays a table of games in a list using Views. All my fields get populated and each game is separated into it's own node. I want my users to have the ability to select the game from the view and (using Rules) return a form with the current info at that point then users by either (checking boxes or select buttons) may submit the information (w/ the populated form field) into the database or entity? I am a new developer but I got this far and have been stuck for a week.
Notes:
1) I found a module called simple subscription that is very close to what I want. BUT One thing the entry's that my users submit will need to notify them some info when the game ends. Simple Subscription shows up as a block and that makes it easier for the users to navigate and quickly submit the entry(s). But, Simple Subscription lacks, if it only knew what particular field(s) is selected by the user and also not be a email entry? I could break out each field into it's own node but then I have other problems.
Another note... It doesn't have to be a block. I am exploring page manager to dynamically structure the info, but again I have not figured a way to do the form submission process.
2) I am a little knowledgeable using the Rules Module so I can do a lot of my notifications with that. Later today I am going to explore a way of using that module to build these populated submission forms? This is why I am posting here.
I am not an experienced programmer but I have been able to configure some stuff. I think this may be easier than I think? But I have been going around in circles.
I attached a PDF with more detail