I have a large image-based site where each post contains one image. The site is configured to show "full text" of each post in the index pages.
In each post I've embedded a "purchase this image" form. To know what image people want I've used the embed_URL and embed_title hidden fields.
The problem is that if someone fills out the form while browsing on the index page, and submits, the URL returned is always just the top post's URL on that particular index page, NOT the post they're actually ordering from.
Obviously if they go into the full post and then submit it is OK. But there's no reason for anyone to do that since each post is just an image, and forcing people to do that to order will make the process confusing.
I can see the logic of what the form is doing, since the browser URL is the index page. But Is there any way to get the embed_URL command to pick up the post URL?
thanks