Home › Forums › JavaScript › updating a form field from selections › Re: updating a form field from selections
June 15, 2009 at 9:18 pm
#59097
Participant
Okay, i got it working and even added a little accordion styling to it… I had some conflicting Script from the CMS I use but was able to have it resolved by adding…
Code:
var $j = jQuery.noConflict();
One of the support guys from the CMS did that for me.
Site is still being tweaked but you will get the picture.
http://cutiepetutiejewelry.designedbyjeff.com/_product_42000/Phat_Necklace
Now I want to add comments to the same text box from various other text boxes. So i tried to figure it out on my own with no luck. This is what I came up with. Where am i going wrong?
This is the code I added to your code
Code: