How can I set Globally, the “Reply To” - set it to reply to the person who submitted the form.
Currently, you have to do this every time you create a form. Otherwise, it reply’s default to the WordPress admin email.
How can I set Globally, the “Reply To” - set it to reply to the person who submitted the form.
Currently, you have to do this every time you create a form. Otherwise, it reply’s default to the WordPress admin email.
Hi @bellaworks. You can use the gform_pre_send_email to override the email[‘from’] for all messages, or conditionally, if you need to do that.
Let us know if you have any other questions.