How can I populate a Form field and hide it?

Thanks for your reply.

So, to hide the Form field example I provided and your instruction it would be:

<input type="hidden" name="album_id" value="...">

Correct? What would the value be?

Any additional guidance is appreciated.