You have a server-side script that cannot handle any ampersands (&) in the form data. Write a funtion that converts all ampersands in a form field to " and " when the field loses focus (onblur).
Code of a funtion that converts all ampersands in a form field to " and "