Hi, it’s not directly posible. You need to a) create a page, include the shortcode and save and then b) create a page template and through do_shortcode() WordPress function call again the method. You need the a) step because the plugin needs to know where is located the shortcode.
Please tell me what you get. Regards,
Alberto.
So where should I out each code?
I get step A but how do I do step B. Thanks and sorry for my lack of knowledge.
<?php do_shortcode(the_shortcode_you_want_to_include); ?>
Alberto.
Ok cool and I where do I put
<?php do_shortcode(the_shortcode_you_want_to_include); ?>
exactly? Thanks and sorry again
You asked me if you can include in HTML page, I don’t know in which HTML page you want to include it. And please, keep in mind this feature is not supported by default by the plugin, with the explication I gave you.
Ok so I put that code on the designated page and put the shortcode within the form (using 123contactform) but the shortcode in the form still displays as just text
I also tried putting both
<?php do_shortcode([clean-login]); ?>
and
[clean-login]
and it appeared like this: http://imgur.com/rILNLGe
Wow! Do you want to include it in a external form? I mean you want to use in a custom template, not inside a plugin. This is not a limitation of Clean Login, is a limitation of the form creator, they need to accept the inclusion of shortcodes.
Regards,
Alberto.
Oh ok! I am going to email them about it.