WPIntell

Source evidence

Fields not being added

SalsaPress · support · 2012-10-24T19:29:00+00:00

complaintsentiment
highseverity
1.0relevance
9replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 35 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
abossola unresolved
I’m using the plugin and and it is connecting OK. However if I add a new Group or list of groups for users to sign up for, those lists do not show. I have cache disabled and the custom field I added shows and works but for some reason the group fields won’t show in WP. They do show in the default template in Salsa but not embedded in the forms in WP. To get the custom field to show up I had to create a brand new form and start over. Is that normal? It is also not redirecting to the page as noted in Salsa after submission and there is referring information in admin either. This info is important since it lets admin know which form it was submitted from. It seems WP and Salsa are connecting but not fully. Any ideas here? http://dev2.oasiscreative.com/EV/join-our-newsletter/ Thanks http://wordpress.org/extend/plugins/salsa-press/ Ok to answer a few of your questions: 1. Custom Fields : These do not work well on SalsaPress. It’s a bug . I’ll hopefully address it in the future. There is actually a way to hack SalsaPress to get it to render Custom Fields correctly, there are two arrays ( $diff_fields and $diff_labels ) that can override the rendering of fields based on their name. Check out the code . You could add elements to these arrays with the correct HTML for the form element you want to render. For example adding: 'MY_CUSTOM_FIELD_NAME' => '<select name="MY_CUSTOM_FIELD_NAME" id="MY_CUSTOM_FIELD_NAME" ><option>First</option><option>Second</option></select>' after line 54 would cause your custom field MY_CUSTOM_FIELD_NAME to render as a select box instead of a simple text input box. 2. Referring Info / Redirect : The forms are set to use AJAX submissions by default and do not redirect – nor do I handle referring information well. I’ve added a bug for referring and redirect . Sorry Salsa Press doesn’t fulfill these needs for you right now – should be able to add the additional features after the election. Just to clarify, custom fields do show, its the Groups where users choose what group to subscribe that does not work. Thanks for the plugin. I look forward to the next version. Andrew Can you link to the Salsa form? Thanks Andrew. In 13 days I’ll have a lot more brain power to tackle this stuff 😛 I have a similar issue. Signup adds users, but it does not assign them to groups. I am not displaying groups for users to select, but I need to add users to a group. This works on the salsa sign up page, but not the wordpress companion. Thanks for developing and offering this plugin! Thanks folks – will start debugging this today. Ok! Pushing an update ( v 1.9 ) that addresses the hidden group and non-hidden group issues. Looks like Salsa’s API had changed slightly and I was looking in the wrong place. Actually it’ll be v 2.0. Going back through to address some of these other issues – if you’re finding stuff GitHub is a much better place to post issues. Okay, thanks for the update. Will check GitHub Alright a lot of issues being discussed in this thread that I’m trying to address: Referring Information not being passed to Salsa is now fixed – passes the URL of the form Custom Fields – now pulls down the HTML of whatever Salsa is using Redirecting Automatically redirects if save is successful – overrides custom “after” html if set

Comments

9 shown
mojowen 2012-10-26T00:06:00+00:00

Ok to answer a few of your questions: 1. Custom Fields : These do not work well on SalsaPress. It’s a bug . I’ll hopefully address it in the future. There is actually a way to hack SalsaPress to get it to render Custom Fields correctly, there are two arrays ( $diff_fields and $diff_labels ) that can override the rendering of fields based on their name. Check out the code . You could add elements to these arrays with the correct HTML for the form element you want to render. For example adding: 'MY_CUSTOM_FIELD_NAME' => '<select name="MY_CUSTOM_FIELD_NAME" id="MY_CUSTOM_FIELD_NAME" ><option>First</option><option>Second</option></select>' after line 54 would cause your custom field MY_CUSTOM_FIELD_NAME to render as a select box instead of a simple text input box. 2. Referring Info / Redirect : The forms are set to use AJAX submissions by default and do not redirect – nor do I handle referring information well. I’ve added a bug for referring and redirect . Sorry Salsa Press doesn’t fulfill these needs for you right now – should be able to add the additional features after the election.

abossola 2012-10-26T19:48:00+00:00

Just to clarify, custom fields do show, its the Groups where users choose what group to subscribe that does not work. Thanks for the plugin. I look forward to the next version. Andrew

mojowen 2012-10-27T01:44:00+00:00

Can you link to the Salsa form? Thanks Andrew. In 13 days I’ll have a lot more brain power to tackle this stuff 😛

neilpayne 2012-11-13T17:34:00+00:00

I have a similar issue. Signup adds users, but it does not assign them to groups. I am not displaying groups for users to select, but I need to add users to a group. This works on the salsa sign up page, but not the wordpress companion. Thanks for developing and offering this plugin!

mojowen 2012-11-13T18:32:00+00:00

Thanks folks – will start debugging this today.

mojowen 2012-11-13T23:07:00+00:00

Ok! Pushing an update ( v 1.9 ) that addresses the hidden group and non-hidden group issues. Looks like Salsa’s API had changed slightly and I was looking in the wrong place.

mojowen 2012-11-13T23:12:00+00:00

Actually it’ll be v 2.0. Going back through to address some of these other issues – if you’re finding stuff GitHub is a much better place to post issues.

neilpayne 2012-11-14T21:04:00+00:00

Okay, thanks for the update. Will check GitHub

mojowen 2012-11-15T01:18:00+00:00

Alright a lot of issues being discussed in this thread that I’m trying to address: Referring Information not being passed to Salsa is now fixed – passes the URL of the form Custom Fields – now pulls down the HTML of whatever Salsa is using Redirecting Automatically redirects if save is successful – overrides custom “after” html if set