I've run into problems trying to implement this as well. But, I think the problems are related to the fact that I made the changes listed in the AUGv7 to change the input from a text field to a textarea. Could you someone point out exactly which portion of the code makes the field not required?
I have currently modified Phase 2161 to:
%s<textarea name="%s" style="width:300px;height:70px;" %d maxlength="%d">%s</textarea>
The other idea I was throwing around was to write a bit of javascript to automatically set this field to 'n/a' if it was left empty. That might actually be a really easy solution to the problem, but I'm not sure how I could get the code to be specific to this section. Maybe I can replace the single add to cart button NETQUOTEVAR with actual code?
I have currently modified Phase 2161 to:
%s<textarea name="%s" style="width:300px;height:70px;" %d maxlength="%d">%s</textarea>
The other idea I was throwing around was to write a bit of javascript to automatically set this field to 'n/a' if it was left empty. That might actually be a really easy solution to the problem, but I'm not sure how I could get the code to be specific to this section. Maybe I can replace the single add to cart button NETQUOTEVAR with actual code?
Comment