03/09/2015 at 12:43 pm
#322110
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!
