I'm using Nextgen Gallery on a project where I'm placing 10 years of photos up and want to have a form available from the page that when selected opens in a new window and is pre-populated with the referring URL and photo name at least. The photo name is available via variable (echo $image->filename) as are other variables (title, description, etc.)
I want to have that so corrections can be submitted and the filename/description text can be captured so that they don't have to figure that out themselves (and we get correct information), and the user can edit the existing text and submit it.
Would I be able to populate form data with php variables as such, ( $iptc['location'], $image->filename, etc.)?
Since the form would be short coded from the portion of the page that is generated when the variables are active.. at least that part of the problem would be solved, I'd think. :)