Hi,

You currently can't automatically fill different values on the same html element. You have to choose what to update and update just that. I'll keep in mind for the future but I can't assure it will be implemented.

You have several options though:
  1. the onVisualUpdate event will give you the DOM element that is being updated. You can use that to mopdify the html yourself
  2. use a third-party library to update the html elements. I think Angular.js should be able to do that with something like this: