Skip Navigation

[Resolved] Custom mailto: button link with custom field injected

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 1 voice.

Last updated by kelvinB 1 week ago.

Assisted by: Minesh.

Author
Posts
#2795199

Tell us what you are trying to do?
I am trying to dynamically inject the results of a dynamic field into a mailto: link

Is there any documentation that you are following?
Here is what I have come up with so far:

Send Enquiry
Is there a similar example that we can see?
the Link is located at
hidden link. on the enquire button
What is the link to your site?

#2795239

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - you will have to use the fields and text block and then add the mailto link within Fields and Text block.

For example if you have custom email with slug 'email' then you can construct the mailto link as given under and within the "Fields and Text" block:

<a href="mailto:[types field='email' output='raw'][/types]">E-mail</a>
#2795248

thank you again