Lines Matching refs:Form
2591 // use our existing search form and use tabs when multiple searchers are used
4515 this.group = this.el.closest('.dac-form-input-group');
4516 this.input = this.group.find('.dac-form-input');
4553 $('.dac-form-floatlabel').each(function() {
4989 * Submit the newsletter form to a Google Form.
4990 * @param {HTMLElement} el - The Form DOM element.
4995 this.form = this.el.find('form');
4999 .insertBefore(this.form);
5000 this.form.on('submit', this.submitHandler_.bind(this));
5011 * Switch view to display form after close.
5025 this.form.trigger('reset');