further info: I’m using Version 1.10.1 of the plugin
Hi @tworowstudio
As I’m seeing 4 different forms from our plugin on that page, can you clarify which one is giving the issues, or if all of them are by your experience thus far.
Also just in case it helps provide some differences, have you tried embedding just one on a different un-publicized to see if it still occurs there? It shouldn’t, but it doesn’t hurt to test and confirm.
It is each of the forms in the body of the page. The current version has been updated so that the problematic code is commented out. This is a workaround I needed to put into place so that the form would submit without error.
As for embedding only a single form, you can see that done on this page:
https://live-brighton-main-streets.pantheonsite.io/support/volunteer/
It was this page that originally alerted us to the issue so I’m certain it is not due to multiple forms existing on a page.
I’m wondering if instead of wrapping the markup in a div with style defined to have a display:none that wrapping it with a div.single_option class or something similar might not be a better choice. Then you could set the class visibility to “hidden” and height to 0px so that the field can still be validated.
Won’t necessarily hurt to upgrade to the latest version of the plugin, looks like you’re one release behind. I don’t think it’s going to play a huge part in this, but stranger things have happened.
The thing that is presently confusing me, is why your forms weren’t working. I say this because of the fact that this display:none section is not that new. Added about a year ago by my checks. The data should be coming through still, and locally it did, with a test submission.
Errors about lists not being selected have been unrelated to the display:none as well. As I recall, it’s a discrepancy that we need to resolve still where some listings of lists aren’t matching like they need to be, especially for users with over 100 lists. Basically the list seen when editing the form is potentially larger than the one shown at https://brightonmainstreets.org/wp-admin/edit.php?post_type=ctct_lists but errors come up because other parts rely on the associated list being shown at that ctct_lists page. Don’t forget to append t
So, are you able to confirm the following for me?
1. you have over 100 lists available in the account connected.
2. Are all the lists chosen when editing each form, also listed at https://brightonmainstreets.org/wp-admin/edit.php?post_type=ctct_lists ?
1) Still have the issue with version 1.11.0
2) Only see 15 lists for the account
3) the selected lists associated with each form are among the 15 seen on the list admin screen (they are selected from the plugin’s own generated list of lists)
The issue is not present when multiple lists are selected for the form, but there is no way to indicate which ones should be selected by default for the form. The forms submit perfectly well when I comment out the code that creates the wrapper for forms associated with only one list. From these symptoms, I don’t think that the issue I’m having is related to previous threads throwing this same error.
Are you willing to move this to private support away from the forum?
We would like to look into this closer to see what may be going on.
If yes, please reach out to apisupport@constantcontact.com and cc support@pluginize.com with a link to this thread here, so that we know which support request it’s related to.
https://wordpress.org/support/topic/single-list-forms-will-not-submit/
Thanks.
How did this resolve?
I am having this same issue… I only have one list selected for my email subscribe form in the footer of my website and the form cannot be submitted without throwing an error message that the user needs to select the list. I will also send an email.
@withacause have you confirmed whether or not the intended list is also show in the lists admin page that we have set up? There’s needed correlation there regarding that, from my understanding.