I use Digital Access Pass (DAP) for my membership plugin. I want to have a textarea form for my members to enter a list of domains they intend to use my plugin on. Each member will be logged in and I want to store the data they entered in along with their DAP ID so that I can populate the textarea with the previous data they entered.
So the user logs into my site. They go to the license page and enter their domains and save the data. They can come back and change it anytime they want. I can then query their data for use in my activation process.
Can I post data to the database and then repopulate it on their member page using GF?
Phil