1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
@email = "" @recipients = 'zkwentz@gmail.com' @from = @email @subject = 'Contact Form Request' @body['name'] = contact @body['city'] = contact @body['state'] = contact @body['zip'] = contact @body['phone'] = contact @body['email_address'] = @email @body['address'] = contact @body['message'] = contact end |

