Diamond Value
function checkRequiredDiamondValue()
{
if(document.getElementById('requiredvc_Fname').value == '')
{
alert("Please enter your first name");
document.getElementById('requiredvc_Fname').focus();
return false;
}
if(isEmail1(document.getElementById('requiredvc_Email').value) == false)
{
alert("Please enter a valid email");
document.getElementById('requiredvc_Email').focus();
return false;
}
if(document.getElementById('vc_Shape').value == 0)
{
alert("Please select a shape");
return false;
}
if(document.getElementById('requiredvc_CaratWeight').value == '')
{
alert("Please enter a carat weight");
document.getElementById('requiredvc_CaratWeight').focus();
return false;
}
if(document.getElementById('vc_ClarityGrade').value == 0)
{
alert("Please select a clarity grade");
return false;
}
if(document.getElementById('vc_ClarityGrade').value == 0)
{
alert("Please select a clarity grade");
return false;
}
if(document.getElementById('vc_ColorGrade').value == 0)
{
alert("Please select a color grade");
return false;
}
return true;
}
Diamond Value Work Sheet
What they don’t realize is how many details about the diamond I need to know in order to give an accurate evaluation. This work sheet will tell me everything I need to know in order determine a diamond’s appropriate price. If you’d like a free evaluation, fill in the following work sheet to the best of your ability.
Privacy
