S2member with Leadpages

Hello,

I´m using Wordpress site with sales pages from Leadpages. I managed to change Paypal button to the link type (after changing in the shortcode “button” to "url), so Leadpages accepted that shortcode as a link but when I click on the button when the page is published, it returns blank page.

So am I doing anything wrong or it´s simply impossible to integrate s2member with Leadpage? I added my leadpage to the Wordpress site through Leadpages plugin, so the sales page has url of my site (not Leadpages)

Update: when I added to Leadpages s2member´s Paypal button html code, it worked. So the problem is in the Paypal button shortcode. Here is mine:

[s2Member-PayPal-Button level=“1” ccaps="" desc=“Lifetime access to XXX” ps=“paypal” lc="" cc=“USD” dg=“0” ns=“1” custom=“www.sitename.org” ta=“0” tp=“0” tt=“D” ra=“177” rp=“1” rt=“L” rr=“BN” rrt="" rra=“1” image=“default” output=“url” /]

I also tried with “anchor”, no luck

Please, advice

s2Member – and, therefore, s2Member buttons and forms – only work on WordPress. If you put a button or a form outside elsewhere, it just won’t work. All WordPress plugins work like that.

Why does html code from s2member works on Leadpages then? It generates correct button that brings you to Paypal, the price is also correct

HTML is a static language. It can say something or point somewhere, but it can’t read anything, take any inputs, or react to an event. That’s why WordPress isn’t built on HTML, but on PHP, which is dynamic, and can do those things.

But a plugin coded for WordPress is talking and listening to WordPress functions. It doesn’t interact with all and sundry.

1 Like