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

Groups not refreshing on forms #39

Closed saalblade closed 9 years ago

saalblade commented 10 years ago

We edited some optional groups on a Salsa sign-up form and the revisions are not appearing on the embedded form. Would you mind checking this out? I've attached screenshots of the Salsa admin vs. front-end public page.

image image

saalblade commented 10 years ago

Salsa form URL: http://salsa3.salsalabs.com/o/51084/p/salsa/web/common/public/signup?signup_page_KEY=9594

Page URL: http://www.pccy.org/issues/early-learning/southeastern-pennsylvania-early-childhood-coalition-sepecc/

mojowen commented 10 years ago

Did you try clearing you cache? That's the most likely culprit

Most likely that page is here http://www.pccy.org/wp-admin/admin.php?page=salsa

saalblade commented 10 years ago

I did. In fact, I made sure the NEVER cache box was checked and reset the cache. I setup a test page with the form embedded using both SalsaPress and an iframe. Check it out. Super wonky behavior.

http://www.pccy.org/test-form/

mojowen commented 10 years ago

Yeah the group requests are very request heavy as Salsa doesn't give us the names when I retrieve the signup page object.

There's a chance the NEVER CACHE box is malfunctioning.

https://github.com/BusProject/SalsaPress/blob/master/utils/form.php#L236 is the section of Salsa Press that parses the Signup Page's group list, retrieves every group's information, then adds it to the form.

That's where I'd start debugging things.

mojowen commented 9 years ago

No response - closin