Signup shortcode not showing

Hi I have added the following shortcode to a page but the form is not showing

If I add the widget to the footer for instance in the widget area of wordpress it shows there
I am using the pro version.
it works fine on my developement site so I am a bit stmped
rthanks
Paul M

There is no shortcode in your post. Are you using any type of page builder as either a theme or plugin (especially Visual Composer)?

Hi I
I am using Divi as a page builder
Acually it was the login form not the signup form, sorry about that.
The code had html comment tags which stopped the shortcode not showing in post.
I have resolved the problem by adding this shorcode:

[s2Member-Login /]

instead of the widget shorcode: which I cant show in its entirety as it is removed by the html comment tag in the shortcode
widget code without comment tags:

?php echo s2member_pro_login_widget(); ?

Thankyou
Paul M

Glad you resolved the problem. The reason the original “shortcode” didn’t work is that it isn’t a shortcode. :wink: It is the PHP code you’d use to add the login widget to a Page template.