Hi Few days back i was trying to pass the value of one field to another form(main to child),the field was computed,I tried this with the following java script.
but it was in vain,then i made the fields of both the forms editable it worked fine,now i need to make the fields hidden but when i am doing so the value is again not passing from my main to child form.Is i am doing some thing wrong,
You can pass values in javascript between forms to hidden (notes hidewhen) computed fields. For this to work you’ll need to generate html for the fields. There’s a form property “Generate HTML for all Fields” for this purpose.