Profile form shortcode usage
-
Hi
I’m having an issue using profile form shortcodes inside the profile tabs.
If I place [ultimatemember form_id=”444″] in the profile tab text editor it just shows the shortcode as text on the front end. I know how to add the form in the backend using the Pre-definded content option , but I don’t want to show just one form on the profile tab. I want to use Bootstrap nav tabs inside this profile tab and put the form in one of the bootstrap tabs.
I’ve tried adding a custom profile tab using these instructions https://gist.github.com/ultimatemember/8cdaf61e7bd9de35512c
and adding the form shortcode like this:
<?php echo do_shortcode( ‘[ultimatemember form_id=”444″]’); ?>
But the page won’t load. I just get a blank screen. The tab loads if I don’t use this shortcode.This is not a plugin or theme conflict. I turned off all other plugins and changed my theme and the shortcode still doesn’t work.
Can profile form shortcodes be used on the site?
The topic ‘Profile form shortcode usage’ is closed to new replies.