If this works for you in the template:
$s="[cfdb-table form="Contact form 1" show="Submitted Login,your-email,your-message" search="AndrewA"]";
echo do_shortcode($s);
then you could try:
global $current_user;
get_currentuserinfo();
$s = sprintf('[cfdb-table form="Contact form 1" show="Submitted Login,your-email,your-message" search="%s"]',$current_user->display_name);
echo do_shortcode($s);
Related Posts:
- Using get_option() in JavaScript
- Shortcode empty attribute
- Using wp_editor in shortcode
- Why are you using add_action for shortcode?
- How to get URL param to shortcode?
- Making a Shortcode [NEXT] and [PREVIOUS] to place into specific posts for post navigation
- How to display the site name in a WordPress page, or post
- How can I put a wp_redirect into a shortcode?
- shortcode for logo image
- Using audio shortcode for .mp3 URLs with a query string
- Get multiple shortcode attribute values
- Why do_shortcode is not executing the shortcode in data-* html attributes?
- How to display some selected user meta data on a specific page with a shortcode?
- Gallery shortcode menu order fix no longer working on WordPress 4.0
- Some doubts about gallery shortcode in WordPress
- has_shortcode for content added after the content
- Shortcode displays only default attribute values
- Creating a Slider Shortcode Based on Nivo Slider
- Passing attributes to shortcode dynamically
- Stop parsing shortcodes
- How can I make a shortcode from this code?
- Adding PHP/HTML code inside page from custom template
- WordPress auto adds p to shortcode parameters
- Why isn’t this youtube shortcode working?
- Gist shortcode is not working
- ShortCode and extra
- How to change page title (from a plugin) in twentytwentyone theme
- WordPress Code Standards and Working $link Parameters In Shortcode
- How to set Contact Form 7 fields default value using shortcode attribute? [closed]
- Display post metadata: “title, category, author, date” with shortcode
- shortcode javascript not working on custom template file inside theme folder
- Shortcodes Keep Wrapping in
- Check if post has gallery images/media
- Stop auto formatting in shortcodes
- If you add a shortcode programmatically, but the code isn’t viewed on that request, is it still executed?
- Get URL Param Plugin and Inserting Result in Widget Code
- Add shortcode support to custom field
- Preserve shortcode content formatting
- Shortcode help: If no image entered take default
- How can I escape a section of my page which contains multiple shortcodes?
- Populate shortcodes with table data and get next row
- Running shortcode with variable that is modified
- shortcode to display post by category entered by user without plugin
- Reloading a Mediaelement audio player
- How to apply an ID to Shortcode Embedded iframe
- How to change the output of gallery shortcode
- wp_list_pages shortcode jumps above previous content
- Shortcode attributes don’t appear?
- Shortcodes: closing shortcode not being processed
- Using $this from child class inside shortcode function
- Insert PHP code via shortcode?
- Div-Wrap with Functions.php in Childtheme using Shortcode!
- Trying to call dynamic content as a shortcode attribute
- How to trace shortcode to its functionality
- shortcode issue in the_excerpt
- Using shortcodes to communicate my page design
- How to check if a post has any one of many shortcodes?
- enqueue script with get_shortcode_regex
- Use Contact Form 7 with Ajax
- Is it possible to add a shortcode’s content to a table?
- How to set a variable in a shortcode and reference it in another shortcode in the same post?
- How to get_post_meta in a shortcode in excerpt on archive pages
- WordPress upgrade adding additional quote marks to shortcode output
- Which file renders the “Edit Gallery” Settings page?
- using shortcodes in theme content
- How to: Simple Nested Shortcode [closed]
- Plugin renders in preview but shortcode shows when published
- How to process shortcode on post save and update only
- How to turn this HTML code into a shortcode? (adding song lyrics and giving an id to a div)
- ACF repeater + group shortcode
- Custom shortcode skips every 2nd shortcode
- my form does not insert any data in the database
- Global $post returns 2 objects for my shortcode
- Gutenberg Shortcode Chooser Block
- How to cache a custom API call?
- Can Someone Help me to Correct my shortcode for displaying a category?
- Simulate shortcodes with javascript
- How to create custom variables in wordpress
- How to use Shortcode from one WordPress page in another WordPress page?
- WordPress 5.1 and Syntax highlighter, problem with HTML encoded special characters
- the_excerpt displaying code inside style tag
- Onclick want to call shortcode in wordpress
- Working with Contact Form 7 pipes
- How to disable cache for the content returned by a shortcode
- WordPress Server Time not changing/displaying correctly
- How can I extract or parse data from post contents’ shortcodes into an array?
- Can we create a shorcode to move next page?
- Do embed shortcode on wordpress ajax request
- launch a shortcode from a link
- Trying to echo out custom field inside shortcode?
- Custom shortcode that writes to file
- How to not show shortcode contents if cart is empty?
- woocommerce Product shortcode create [closed]
- A number appears inside a div called wpb_wrapper, when I use a custom shortcode
- Enclose article’s body with default shortcode
- Why is my ajax live search not working when i use a shortcode to call it?
- Shortcode with foreach
- My first WordPress shortcode just returning []
- WordPress shortcode select option not working [closed]
- 3 shortcodes 2 won’t render [closed]