1. ed.palmer
  2. General
  3. Friday, July 03 2015, 11:38 AM
I am trying to modify the contact form that links from the "email" button in a user profile (see image)

[img]https://flic.kr/p/vtT34j[/img]

Ideally, this should display just the "contact form" area and no other information. At the moment it contains superfluous contact information above which is unnecessary as it is already displayed in a users profile page.

[img]https://flic.kr/p/vtT26h[/img]

Many thanks in advance!
Accepted Answer
admin Accepted Answer
Admin
Hi,
there are many way to do this, the most simple is to use CSS to hide "Contact Info" (with title) and show "Contact Form".

try to add this CSS code at your template style:
#slide-contact .accordion-group:first-child{display:none;}
#display-form{display:block;height:auto;}
  1. more than a month ago
  2. General
  3. # Permalink
ed.palmer Accepted Answer
Basic
Sorry, now with pictures...
  1. more than a month ago
  2. General
  3. # 1
ed.palmer Accepted Answer
Basic
Sorry, now with pictures...
  1. more than a month ago
  2. General
  3. # 2
ed.palmer Accepted Answer
Basic
Thanks, thats great - worked like a charm and super easy to implement.
  1. more than a month ago
  2. General
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.