magic wrote:
> Hi,all
> How can I add a repeater-row in Cform's on-value-change ? Someone
> can supply some samples? Thanks!
You can add JS code in your on value change
var MyRepeater = form.getChild("myrepeater");
MyRepeater.addRow();Then you can simply initialise the values manuelly Hope that does it for you Tibor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
