Universal Form Validator PHP Support Product Page
is it possible to have form element with dynamic names?
Asked 14 Jun 2013 19:17:28
1
has this question
14 Jun 2013 19:17:28 Iain Simons posted:
is it possible to have form element with dynamic names as in<?php $cnt=1;?> id="field<?php echo $cnt;?>
so if there was a number of fields in repeat region they would auto number, how could I add the correct info to the value field? I tried
value="<?php echo dmxSetValue("", "field".$cnt) ?>"
but it did not work.