I have a several forms that are output from a database on the same page. It works fine when I don\'t use ajax. When I use Jquery it will only work for the first form. Could
I guess adding the context within your jQuery selectors could help. Give a try to :
var hardSoft = $('.hardSoft', $(this).parent()).val();
on every selector