'vcard_name' Example : vcard_name « HTML Attributes Reference « HTML CSS Reference






'vcard_name' Example

    
<html>
<body>
    <form name="myForm">Customer Name: 
        <input type="text" name="CustomerName" vcard_name="vCard.DisplayName">Address: 
        <input type="text" name="CustomerAddress" vcard_name="vCard.Home.StreetAddress ">City: 
        <input type="text" name="CustomerCity" vcard_name=" vCard.Home.City ">State: 
        <input type="text" name="CustomerState" vcard_name=" vCard.Home.State ">Zip Code: 
        <input type="text" name="CustomerZipcode" vcard_name=" vCard.Home.Zipcode ">
    </form>
</body>
</html>
    
      
      








Related examples in the same category

1.'vcard_name' Syntax and Note
2.vcard_name Possible Values
3.vcard_name is applied to