Hello there! Hope you are doing fine.
I´m building a website in which visitors can contact differente proffesionals in order to contract their services.
I´m using Ultimate Member and the Profile Tabs extension. Together with Contact Forms 7, I created a “contact” tab in each profile containing a shorcode of a contact form, so when the visitors sends a message through that contact form, it is sent to the profile owner (and not the admin email, as set by default by CF7).
I want to know if I can do the following things.
a) To add the profile owner e-mail and cellphone in the “successful submit” message (stored in UM profile/registration form)
b) To send an email to the sender (visitor) also containing the profile owner e-mail and cellphone, after submitting the message.
Should I move to another form plugin? Is there any better option that allows visitors to send messages to the profile owner email?
Thanks in advance!
[ad_2]
This is possible with a little bit of PHP coding. Here’s a rough idea of how it’s done
You will need to figure out how to get the current member profile email address from UM though. Check their doco for that.