Forum Discussion
JohnThomas
9 years agoQrew Cadet
$("#_fid_57").change(function(){ $("#_fid_58").val($(this).val());})_fid_57 - Field A (multi select text)
_fid_58 - Field B (text field)
Replace the fid with your fid , paste the code page and using IOL technique call the page
tested its working !!
Please find the below screen shots :)
Added apples and grapes
removed grapes in field A , automatically removed from Field B too
I hope this will solve your issue !!!