Reply to address not users contact form address

I’m not sure what I am doing wrong, but when I have an email sent from the contact page, the reply to address is not the one added on the contact form, but is instead my SMTP email address.

Have you added it to the contact form email action like:

reply_to:
  - "{{ form.value.email }}"

?

Otherwise the reply to is just the sender.

Thank you hughbris, that is perfect, reply is working now!