should be a simple question to he who knows the answer...
<input type="hidden" name="english" value="\"oh no! i left my umbrella on the train\" \"you are a scatterbrain!\""/>
<input type="hidden" name="english" value=""oh no! i left my umbrella on the train" "you are a scatterbrain!""/>
neither of these will properly submit the string in the form. how can i get strings with quotes to be submited?