- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
There are a number of ways to achieve this, depending on what your LiveCycle installation looks like.
The simplest would probably be to, on initialize, fetch all images using a web service, and display them left-to-right inside a flowing subform layout. Each image would have an onclick() event which invokes the actual choice function (depending on what you want to happen).
Another approach would be to use a prerender process on the server, injecting the images into the form before its sent to the client.
Good luck!