adavidson40
Forum Replies Created
-
I hope you are well. I just wondered if you might be able to help with solving how I could add the UM user account email address into the Fluent Form Screenshot of Fluent Form Email Notification?
Details from Fluent Form Support are above.
Many thanksI’ve spoken to Fluent Forms and they gave me this information:
Both $formData and $inputConfig contain an array of all the data. Please check this screenshot for the data returned by $formData, and check this screenshot of the data returned by $inputConfigs.
So, I guess you would need the key-value pair – [email] => [email protected] in the $formData argument to access the email submitted in the form.
Just to recap on what I’m hoping to do. I’ve added a Fluent Form to the user page. We have customers who can contact each individual user individually. What I would like is that to contact form information goes to that user via their email in their account. Ideally, I would also like to add the user’s first and last name to the email going to the customer, so it seems more personal. This last bit is not so important but a nice to have. If you can help in anyway, I’d really appreciate.
@champsupertramp thank you for your help. I’ve decided to go down another route as this seems to complicated. Many thanks.
@champsupertramp Thank you for the code and the advice. I’ve added the code and was able to create the tab. However, I am not sure how to create the form page where I can add or edit the shortcode. The other bit is how do I change the way the tab looks. It’s currently a thick black tab. View of the tab
Many thanks