Difference between revisions of "Edit Member Information"

From Support Wiki
Jump to navigation Jump to search
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
+
#REDIRECT [[Editing Member Information]]
  
==Tips and Steps for Editing and Managing==
+
__NOINDEX__
 
 
<html>
 
*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
 
 
 
 
 
 
 
 
 
 
 
 
 
<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>
 

Latest revision as of 22:05, 29 December 2015