Thank you, this helps a lot with regards to the phone number.
I have a follow up question about the same type of problem.
On each of my profiles page I'd like to add a contact form that sends an email to the owner of the profile. Is this possible using toolset forms or do you recommend a plugin and then try to code in the shortcode in the plugins html code?
Hi,
It is possible to use Toolset Forms to sends an email to the owner of the profile.
To suggest the next steps, I'll need to see exactly how this profile page is set up where you'd like this contact form to show.
Can you please share temporary admin login details, along with the link to an example profile page?
Note: Your next reply will be private and please make a complete backup copy, before sharing the access details.
regards,
Waqar
Thank you for sharing these details and I understand that the profile pages are single post pages.
You can add a new custom post type for example "Contact Requests" and add fields to this post type like To (email), From (email), Name, and any other fields that you need in the contact form.
After that, you can create a new Toolset post form to add a new "Contact Requests" post and place it inside your template for the single posts/profiles:
https://toolset.com/lesson-placement/lesson-placements-1621521-1612071/
The "To" email field in the form can be filled automatically using the Types Fields shortcode:
https://toolset.com/documentation/customizing-sites-using-php/functions/#email
Hi again Waqar,
I've tried following your described steps, but I'm a bit lost when it comes to the last step with filling it with the Types Field shortcode. I don't know what or where it is I need to fill this in the Post Form. I've attached an image so you can see where I'm at.
I've disabled your support login, but can enable it again if you need access.
I'll explain once more what I'm trying to accomplish, but I'm not a coder, so my website is built with Elementor for easier getting things they way I want them.
- I have custom post type Physio. Each post is one physio that have their own email and details. The posts are displayed with the elementor single post template.
- On each of these pages I want to create a form that a visitor can use to contact the physio. The form when submitted should be sent to the physio's own email not mine.
Any help much appreciated.
For future reference, I managed to solve the issue with the built in elementor form element.
I added a email field with the toolset email as the default value. I then in the sending email TO field added my form field shortcode. I then use some CSS to hide the actual field with the default value.
It's not pretty, but it works.
Thanks for the help.
-Christine