BusProject / SalsaPress

SalsaPress connects WordPress to Salsa. Developed by the Bus Federation and Bus Project.
http://wordpress.org/extend/plugins/salsa-press/
8 stars 2 forks source link

Sign-up forms not triggering autoresponse #56

Open ejusa opened 8 years ago

ejusa commented 8 years ago

I am pulling in a sign-up form using the plugin. It works great and puts people in the group I've assigned them, etc.

But I have an autoresponder connected to the sign-up page, and that is not coming through when a person submits. Any ideas?

My sight is deathpenaltyfail.org -- not live until 8/25, but it has our "mini" form on the "Coming Soon" page.

jkincali commented 8 years ago

More information on craftee123's report...

The form's action parameter seems to be different when using the plugin, versus having the form hosted at Salsa.

The "raw site" at Salsa, if the form is directly hosted there, uses action="/save"

But the plugin uses a different target: action="http://hq.salsalabs.com/o/xxxx/p/salsa/web/common/public/signup?signup_page_KEY=xxxx"

My first guess is that the two scripts at Salsa handle the auto-responder feature differently.

I don't see any obvious Salsa plugin options, like a check-box to enable the auto-responder.

Any thoughts you can throw our way, we'd appreciate it...

Thanks!