C
|
comlan 2/14/2008 |
Sounds like the question I asked yesterday and was answered by Jane and works great. |
R
|
rainerwolf author 2/15/2008 |
Sounds like the question I asked yesterday and was answered by Jane and works great. See my recent post "Inserting default values from another table on "Add New". Should do the trick.
|
R
|
rainerwolf author 2/15/2008 |
It Works great, when i read values from another table. |
J
|
Jane 2/15/2008 |
Hi, {literal}<script> document.forms.editform.value_surname2.onclick=function() { document.forms.editform.value_surname2.value=document.forms.editform.value_surna me1.value; } </script>{/literal} |
R
|
rainerwolf author 2/15/2008 |
Hi, to fill surname2 field dynamically on the add page use JavaScript code on the Visual Editor tab. Here is a sample:
|
J
|
Jane 2/18/2008 |
Rainer, |