Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 11 replies, 2 voices, and was last updated 5 years, 11 months ago by
Steven Zahm.
-
AuthorPosts
-
03/29/2017 at 9:43 pm #417907
Brian Anderson
ParticipantI have multiple issues with the form:
The address, phone, email, and link fields don’t display when the button is clicked – the page jumps to the top.
The submit button does the same.
I’ve searched the forum for solutions – turned off/disabled all plugins but the Connections plugins. There is no cacheing plugin installed. There are no Connections errors showing in the JavaScript Console. Permalinks is set to what I think is correct. WordPress version is 4.7.3. PHP is 5.6.
Anything else I can try?
03/30/2017 at 9:28 am #418102Steven Zahm
Keymaster@ Brian
If there are no errors on the browser console being displayed, then the mostly like cause is that Form’s javascript file is not being loaded on the page. Can you please share a link to the page so I can take a look?
03/30/2017 at 9:53 am #418109Brian Anderson
ParticipantThanks, here a link to the page with the Submit NEw Entry link: http://www.drmcguff.com/find-2/
03/30/2017 at 10:30 am #418113Steven Zahm
Keymaster@ Brian
Please install the Code Snippets plugin.
Add a new Code Snippet with the following code to run on the sites frontend.
add_action( 'plugins_loaded', 'cn_force_form_js_load', 11 ); function cn_force_form_js_load() { wp_enqueue_script( 'cn-form-ui-user' ); }
Save and Activate the snippet.
Does that fix the issue?
03/30/2017 at 11:20 am #418136Brian Anderson
ParticipantFollowed the directions, pretty sure correctly, and no difference. Set it to only run on front end.
03/30/2017 at 12:15 pm #418146Steven Zahm
Keymaster@ Brian
Could you please give me a WP admin login so I can take a closer look? Details can be posted here as a private reply. Thanks!
03/30/2017 at 12:24 pm #418149Brian Anderson
ParticipantThis reply has been marked as private.03/30/2017 at 12:58 pm #418177Steven Zahm
Keymaster@ Brian
Ok, tweaked the snippet, Form works correctly now. The issue, and it’s rare, the theme is render the page in a way that does not allow the enqueuing of scripts in the page footer when the script is enqueued in a shortcode as such as Form does. This is done so it only loads the javascript script on its page only. The code snippet basically forces the load on every page. It’s not ideal but it’ll work.
Hope this helps!
03/30/2017 at 1:08 pm #418179Brian Anderson
ParticipantThanks, I suspected it might be theme-related. It looks like it’s working now, and will test thoroughly.
I’d love to be able to hide fields that I don’t want the user to fill in, but if that’s not easy, or not possible, I’ll deal with it.
Thanks again!
03/30/2017 at 1:13 pm #418182Steven Zahm
Keymaster@ Brian
re: I’d love to be able to hide fields that I don’t want the user to fill in, but if that’s not easy, or not possible, I’ll deal with it.
There is some control, but it is not fine-grained. Navigate to the Connections : Settings admin page and click the Form tab. You can control the display of entire fieldsets and their display order via drag and drop.
Anything more specific is doable, though not easily.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.