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.2.1, extension, form, hide fields
- This topic has 9 replies, 4 voices, and was last updated 8 years, 4 months ago by
sam.
-
AuthorPosts
-
03/09/2015 at 5:43 am #322047
Handelsplats Norsjö
ParticipantHello.
The form-plugin is to advanced for me and have too much information that is otiose. I have succeeded with hiding “Department” and “longitud/latitude” but I can´t find any information in the forum about this:• Hide “I am individual/organisation” (unnecessary text because I only want organisations)
• In Addresses hide “Address type” (why have school, home for organisations??)
• Hide “State” and “zipcode” (In Sweden we don´t use that).
• And hide “Country” or force it to always have Sweden as default?! (I cant have swedish people to write “Sweden” in what they belive is a swedish form)
• In social network I want only Facebook, Instagram, LinkedIn and Youtube to be seen.
Is that possible?
/Anna03/09/2015 at 12:43 pm #322110Steven Zahm
Keymaster@ Anna
re: Hide “I am individual/organisation” (unnecessary text because I only want organisations)
Go to the Connections : Settings admin page and click the Form tab. Disable the Permit the user to select the entry type to be submitted. option and set the default entry type to “Organization”.re: In Addresses hide “Address type”
use the following CSS:#cn-form span.adddress-type { display: none; }
re: Hide “State” and “zipcode” (In Sweden we don’t use that). And hide “Country”
Use the following CSS;#cn-form .address-state, #cn-form .address-zipcode, #cn-form .address-country { display: none; }
re: In social network I want only Facebook, Instagram, LinkedIn and Youtube to be seen.
Sorry, not possible.Hope that helps!
03/09/2015 at 3:47 pm #322133ANNA
GuestHello and thank´s
That works!
And a few more things that I want to be gone:
Address Line 2
Address Line 3
And the button for “geocode”…And about the Social network…a lot of the names – I have never heard of…
/Anna03/10/2015 at 11:31 am #322281Steven Zahm
Keymaster@ Anna
That is not so easy…
You can use this:
#cn-form .address-line { display: none; } #cn-form .address-line:nth-of-type(1){ display: block; }
The problem is if a user is using a non-modern browser, such as IE8, they will not see the inputs for Address Line 1, 2 or 3.
The geocode button is a bug. It should only display in the admin. I just fixed this bug. The fix will be in 8.2.2 which I will be releasing in a few days.
03/10/2015 at 11:34 am #322282Handelsplats Norsjö
ParticipantThank you!
Anna04/25/2015 at 10:54 pm #332523Sam Ranelli
ParticipantHow would I hide the Organization and Department fields on the form?
04/26/2015 at 2:44 pm #332552Steven Zahm
Keymaster@ Sam
Hope you don’t mind but I’ll point you to another link where I answered this so I don’t have to retype it :)
Hope that helps! Let me know.
04/29/2015 at 10:04 am #332831Sam
GuestMy Organization and Department fields are still showing on the form. Perhaps I am putting the code in the wrong CSS file. Which CSS file do I need to add the below code to?
div#cn-metabox-section-organization,
div#cn-metabox-section-department {
display: none!important;
}04/29/2015 at 10:40 am #332855Steven Zahm
Keymaster@ Sam
You should add it to the theme’s custom CSS area if it has one. Adding it to the plugin’s CSS file will ensure it gets deleted when it is updated. And you have an error in the CSS. There needs to be a space between
none
and!important
.Hope that helps.
04/29/2015 at 10:57 am #332859sam
GuestThat fixed it…thanks.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.