* @property {string=} id - Custom ID to set on the button. A random one will be generated if one is not passed. * @property {string} body - The text to show on the button.
With Web page forms, you can capture data from your site users -- often a vital process in business websites. Some Web forms use hidden fields, in which case the HTML input elements are included ...