We are currently using the form tool. The form works correctly, but the code relating to the auto-responder doesn't work.
We proceed with confirming the information required, but the recipient does not receive the message at the provided email address.
You can find below the link to the webpage and the code added to our form. How can we solve?
https://www.topitalianmortgage.com/it/richiedi-un-preventivo.html
`<input type="hidden" name="replyto" value="template-contactform-email">
<input type="hidden" name="autoresponder" value="true">
<input type="hidden" name="ar_subject" value="TopItalianMortgage Email Verification">
<input type="hidden" name="ar_title" value="Thank You for your Email">
<input type="hidden" name="ar_message" value="We have received your Message and will get back to you shortly.<br><br> Meanwhile, Book an Appointment: https://www.topitalianmortgage.com/contact.html .<br><br>Thank You">
<input type="hidden" name="ar_footer" value="Copyright TopItalianMortgage">`