Lines Matching refs:Form
2300 var ITEM_STR_ = '<input type="checkbox" value="{{value}}" class="dac-form-checkbox" id="{{id}}">' +
2301 '<label for="{{id}}" class="dac-form-checkbox-button"></label>' +
2302 '<label for="{{id}}" class="dac-form-label">{{name}}</label>';
2590 this.group = this.el.closest('.dac-form-input-group');
2591 this.input = this.group.find('.dac-form-input');
2628 $('.dac-form-floatlabel').each(function() {
3339 'privacyPolicy': 'I acknowledge that the information provided in this form will be subject to Google\'s ' +
4187 //form the label from locale attr if possible, else set to selectedNav text value
4578 * Submit the newsletter form to a Google Form.
4579 * @param {HTMLElement} el - The Form DOM element.
4584 this.form = this.el.find('form');
4588 .insertBefore(this.form);
4590 this.form.on('submit', this.submitHandler_.bind(this));
4601 * Switch view to display form after close.
4615 this.form.trigger('reset');
6328 * @param {string} form of either mobile, tablet or desktop.
6330 function matchesMedia(form) {
6331 var breakpoint = BREAKPOINTS[form];