<% if (typeof(address) !== "undefined") { %>
<% } %>
<% if (typeof(placeholder) !== "undefined") { %>
<% } %>
<% if (typeof(name) !== "undefined" && name !== "") { %>
<% } %>
<% if (typeof(text) !== "undefined") { %>
<% } %>
<% if (typeof(options) !== "undefined") { %>
<% } %>
<% if (typeof(required) !== "undefined") { %>
<% if (required == "required" || required == "true") { %>
<% } %>
<% } %>
<% if (typeof(style) !== "undefined") { %>
<% } %>
<% if (typeof(size) !== "undefined") { %>
<% } %>