how to make form input value a dataset value?
Have a form and one hidden field, i want the value to come from
a dataset.
<input name="buyerbid" type="hidden" id="buyerbid" value="<?php { ?> echo '<div spry:region="ds3" class="StackedContainers">
<div spry:repeat="ds3" class="RowContainer">
<div class="RowColumn">{column0}</div>
</div>
</div>' ;
<?php } ?>" />
The Spry is the
<div spry:region="ds3" class="StackedContainers">
<div spry:repeat="ds3" class="RowContainer">
<div class="RowColumn">{column0}</div>
</div>
</div>
Spry dataset renders correctly in a div on the page, but can't get the same value in the form input value?
thanks for your help,
Jim Balthrop
