This page provides guidelines for users who wish to create an account and enrolling for any GSDC Certifications. Below you will find a detailed registration guide and how to navigate GSDC Portal with pictures. If you have any questions or you need further information, please don't hesitate to contact us at support@gsdcouncil.org.
function ShowHideDiv() { var ddlsocialmedia = document.getElementById("source"); var dvReference = document.getElementById("refer"); var dvOther = document.getElementById("otherD"); dvReference.style.display = ddlsocialmedia.value == "Reference" ? "block" : "none"; dvOther.style.display = ddlsocialmedia.value == "Other" ? "block" : "none"; }