Title: Jonathan's Replies | WordPress.org

---

# Jonathan

  [  ](https://wordpress.org/support/users/jonathanphf/)

 *   [Profile](https://wordpress.org/support/users/jonathanphf/)
 *   [Topics Started](https://wordpress.org/support/users/jonathanphf/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jonathanphf/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jonathanphf/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jonathanphf/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jonathanphf/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jonathanphf/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DTX - Dynamic Text Extension for Contact Form 7] Mail to from custom field in a post](https://wordpress.org/support/topic/mail-to-from-custom-field-in-a-post/)
 *  Thread Starter [Jonathan](https://wordpress.org/support/users/jonathanphf/)
 * (@jonathanphf)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/mail-to-from-custom-field-in-a-post/#post-8933930)
 * Hi, see my reply above. Sorry for not marking as resolved and not responding 
   more quickly – my work has seen me on four flights and five different countries
   in the last week…
 * It seems that placing * after dynamichidden may have been causing the problem.
   It is all working now.
 * At bristolreconnect.org.uk/about/ there is a list of staff (just me so far – 
   staff are completing theirs). The list is generated from custom posts with a 
   custom field which is their email address. You can see the full text of the post,
   includimg a contact form by clicking on ‘more’ under the photo. Contact forms
   are generated for each member of staff that send a message to their email account.
 * It works like a dream! Thanks for your great plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DTX - Dynamic Text Extension for Contact Form 7] Mail to from custom field in a post](https://wordpress.org/support/topic/mail-to-from-custom-field-in-a-post/)
 *  Thread Starter [Jonathan](https://wordpress.org/support/users/jonathanphf/)
 * (@jonathanphf)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/mail-to-from-custom-field-in-a-post/#post-8901525)
 * Thanks [@soniz](https://wordpress.org/support/users/soniz/). I did get it working
   with the code you suggested. Also after changing to dynamichidden… and after 
   adding obfuscate=’on’! It seems it is the * that I’d added after dynamichidden
   that was causing the problem.
 * This works:
 * Form tab
    `[dynamichidden dynamicrecipient "CF7_get_custom_field obfuscate='on'
   key='team_member_email'"]`
 * Email tab
    `[dynamicrecipient]`
 * In the custom posts I’m now creating for each team member there is a custom field
   called team_member_email which contains their email address, and by including
   the shortcode for this form in the post there is now a form to send them an email
   directly. Contact Form 7 still tells me that there’s a configuration error but
   messages are arriving and the email address is obfuscated to reduce harvesting…
    -  This reply was modified 9 years, 5 months ago by [Jonathan](https://wordpress.org/support/users/jonathanphf/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DTX - Dynamic Text Extension for Contact Form 7] Mail to from custom field in a post](https://wordpress.org/support/topic/mail-to-from-custom-field-in-a-post/)
 *  Thread Starter [Jonathan](https://wordpress.org/support/users/jonathanphf/)
 * (@jonathanphf)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/mail-to-from-custom-field-in-a-post/#post-8897162)
 * Thanks for getting back so quick. Unfortunately the hidden field doesn’t work–
   it appears as plain text in the contact form and it doesn’t place the email address
   into mailto:
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recent Posts Widget Extended] Remove url link in future posts](https://wordpress.org/support/topic/remove-url-link-in-future-posts/)
 *  [Jonathan](https://wordpress.org/support/users/jonathanphf/)
 * (@jonathanphf)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/remove-url-link-in-future-posts/#post-8851648)
 * Really nice. For a different reason I’d done a css version of removing links 
   for a single post on one page (I added another link to direct to a page where
   the post is embedded). The css:
 * `a[rel=”bookmark”] {
    text-decoration: none !important; box-shadow: 0 0 0 0 currentColor;
   pointer-events: none; cursor: default; color: #000000; }
 * The box-shadow was needed in order to over-ride an inherited style.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] css with shortcode event organiser](https://wordpress.org/support/topic/css-with-shortcode-event-organiser/)
 *  Thread Starter [Jonathan](https://wordpress.org/support/users/jonathanphf/)
 * (@jonathanphf)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/css-with-shortcode-event-organiser/#post-8845794)
 * Hi Stephen,
 * Thanks for your reply. I solved the issue 🙂 The problem was a css fault higher
   in the theme someone had made for me… and I hadn’t spotted. Great plugin. Great
   blog (enjoyed your Brexit Argument Deconstructed!)
    For your interest the link:
   [http://bristolreconnect.org.uk/get-involved/](http://bristolreconnect.org.uk/get-involved/)(
   that’s me on the far right of the banner!) I’ve used your plugin more extensively
   on another page (Events) but also in the text of the paragraph headed ‘Volunteer
   Days’. The actual html / shortcode is: <div class=”inline_event_list”> [eo_events
   group_events_by=series event_category=volunteer-day showpastevents=false]We regularly
   hold volunteer days, working as a group to take on a bigger task. Our [next volunteer day](https://wordpress.org/support/users/jonathanphf/replies/%event_url%?output_format=md)
   is on %start{l jS F Y,}% from %start{g:i a}%. You can also [contact us](http://www.bristolreconnect.org.uk/contact/)
   if you’d like to be informed about future days.[/eo_events] </div>
 * Thanks a lot
 * Jonathan

Viewing 5 replies - 1 through 5 (of 5 total)