I am trying to design one form that the user selects an image for upload. Clicks a button to upload the image. Then transcribes the words contained in the image (a genealogical census record) and then clicks a second button to upload the transcribed data.
There is quite a lot of code on this page so I don’t want to post it all here.
This is the image upload part of the form
[php]
Transcription Image:
[/php]
Then this is the next part of the form for the data submission
[php]
Enter your UK 1841 census transcription data below
City / Borough:
[/php]
Now finally the submit button for the data
[php] [/php]
I’ll lay odds I have done something stupid but I have been at this all afternoon and can’t see the ‘wood for the trees’. Any help most welcome
Colin