.htm:useBean id="newquest" class="forestaid.Contact" scope="session"/> .htm:setProperty name="newquest" property="*"/> <% String email=null; String error=null; boolean mailSent=false; if (request.getParameter("SUBMITTED") !=null) { if(newquest.validateCustomer()) { newquest.sendQuestion(); newquest.setEmailAddress(null); mailSent=true; } } %> Leasing Rainforests - The way to halt deforestation

Contact Forest Aid

Your are here: Home > Contact Us

 
<% //modified content if (newquest.getEmailAddress()==null) { newquest.setEmailAddress(""); newquest.setQuestion(""); newquest.setLastName(""); newquest.setFirstName(""); } %> <% if (!mailSent){%>

Please use the form below to get in contact with us.

<% if(newquest.getFieldError("email") !=null){%> <%}%> <% if(newquest.getFieldError("firstName") !=null){%> <%}%> <% if(newquest.getFieldError("lastName") !=null){%> <%}%> <%}%>
<%=newquest.getFieldError("email")%>

<%=newquest.getFieldError("firstName")%>

<%=newquest.getFieldError("lastName")%>

<% if(newquest.getFieldError("question") !=null){%>
<%=newquest.getFieldError("question")%>

<%} else {%>

Thank you for taking the time to contact us, your message has been sent and one of our team will now deal with your enquiry.

<%}%>