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.
Tagged: 8.6.6, Documentation, extension, form
- This topic has 5 replies, 3 voices, and was last updated 9 years ago by
Steven Zahm.
-
AuthorPosts
-
07/05/2017 at 8:51 pm #428059
Jose Acevedo
ParticipantPlease, tell me in simple terms what to do in order to display the CONNECTIONS FORM for users to enter info to the Directory. It is simply frustrating. Give me a shortcode, please.
07/05/2017 at 9:18 pm #428062Steven Zahm
Keymaster@ Jose
There is no shortcode. There is just one checkbox in the settings to enable.
Navigate to the Connections : Settings admin page and click the Display tab. Scroll down to the Result List Actions section and enable the “Submit New Entry” option. You can optionally drag and drop the actions in the order you prefer. Lastly, click the Save Changes button.
Form simply lets your site visitors submit entries to the directory. If that is all you are planning to do, that one checkbox is all you need to do.
However…
Now, you said “for users to enter info to the Directory“. Do you mean to let your registered WP users to add and maintain their own directory entry? If that is the case, you will also need the Link extension. If that is you plan, then you would not enable that checkbox in the Form instructions, as noted in the Tip in the instructions. You would only need to follow the configuration instructions for Link. (You could do both as that is exactly what some people want to do, but most want to let just their users add and edit their own entry.
Hope that helps!
ps. What could I add or change with the instructions that would have made this clearer for you?
07/12/2017 at 2:15 pm #428860Peter Kennedy
GuestWe do not need the Title, Organization, or Department fields on our registration form. Can these fields be blocked using shortcodes? If not can required fields be highlighted with an asterisk?
Second question, can the Image input be eliminated?
07/13/2017 at 9:48 am #428945Steven Zahm
Keymaster@ Peter
RE: We do not need the Title, Organization, or Department fields on our registration form. Can these fields be blocked using shortcodes?
No, there is no shortcode to remove those with. You can use CSS to hide them. Like so:
#cn-form #cn-metabox-section-title, #cn-form #cn-metabox-section-organization, #cn-form #cn-metabox-section-department { display: none; }You would add this to the theme’s custom CSS area. If you allow the user to chose the entry type to submit, this is not going to work well, because when they toggle the selection, the fields will unhide according to their choice.
RE: If not can required fields be highlighted with an asterisk?
I thought This might be able to be done with CSS too, but I tried a few things unsuccessfully. So, the only way to add these would to be to edit the PHP. The you would have to adjust the CSS styles to account for the space the asterisks would take up.
RE: can the Image input be eliminated?
Yes, in the settings. Navigate to the Connections : Settings admin page and click the Form tab. You can choose which fieldsets to display and in what order.
Hope this helps!
07/24/2017 at 5:46 pm #430140Peter Kennedy
GuestSteve, I tried the change to CSS. Strange results, it works for a few seconds and then reverts to the old form with title, organization and department displayed.
Second question – can I lock the Category field to only accept “Member”, as admin I am loading the other categories – Staff, Resources.
The link is – http://kennedycustomguitars.com/member-registration/. This page should allow entry without login.
07/25/2017 at 10:44 am #430250Steven Zahm
Keymaster@ Peter
RE: it works for a few seconds and then reverts to the old form with title, organization and department displayed.
Hmmm, yeah, I did not think of that. What you are seeing is correct. When the form is loaded and the user does not have a choice, the proper fields will be shown. Not sure this will work either but try this instead:
#cn-form #cn-metabox-section-title, #cn-form #cn-metabox-section-organization, #cn-form #cn-metabox-section-department { display: none !important; }RE: can I lock the Category field to only accept “Member”
Set the default category to the “Member” category. The on the Forms settings tab, uncheck the “Categories” option if the Fieldset section. The entry submissions should default to “Members” without give the user the option to select categories.
Hope that helps!
-
AuthorPosts
- You must be logged in to reply to this topic.
