Difference between revisions of "Edit Member Information"

From Support Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
==Tips and Steps for Editing and Managing==
 
==Tips and Steps for Editing and Managing==
  
 +
<html>
 
*Members’ contact information
 
*Members’ contact information
  
Line 28: Line 29:
  
 
*Web display information
 
*Web display information
 +
 +
 +
 +
 +
 +
 +
<script>
 +
$(".question").click(function () {
 +
    $header = $(this);
 +
    $content = $header.next();
 +
    $content.slideToggle(300, function () {
 +
        });
 +
    });
 +
</script>
 +
 +
<style type="text/css">
 +
 +
.content {
 +
    display:none;
 +
    border: 1px solid transparent;
 +
    padding-left: 30px;
 +
}
 +
 +
.question {
 +
    color: #0645ad;
 +
    cursor: pointer;
 +
}
 +
 +
.question:hover {
 +
    text-decoration: underline;
 +
}
 +
 +
</style>
 +
</html>

Revision as of 02:23, 20 December 2015

Locate the member record and then select the appropriate information tab in the member’s record. Any changes you save to a member’s record are automatically updated throughout the database and within associated web site entries.

Tips and Steps for Editing and Managing

*Members’ contact information *Billing contact *Billing renewal month *Assigned Business category *Assigned Chamber/ Association representative *Fees and dues *File-by name *Join Date *Member Login name and Password *Member representatives *Membership status *Change Modified Date *Web display information