do_shortcode does not work with UM login
-
Using the [ultimatemember form_id=505] shortcode works if it is inserted into the specified Login page selected under Ultimate Member > General > Login page. However, using the same shortcode in a page outside of WordPress using something like this:
<?php include('wp-config.php'); get_header(); echo do_shortcode('[ultimatemember form_id=505]'); get_footer(); ?>does not produce a working form. The form looks correct, but does not submit properly.
I’m wondering – does Ultimate Member add extra code separately from its shortcode when producing the login form? Is it possible to use the formatted Ultimate Member login form on pages other than the single specified login page allowed in the settings?
Thanks.
The topic ‘do_shortcode does not work with UM login’ is closed to new replies.