Form Preview Modal

This component is used on /holiday-card to show a preview of a card with form field input values populated in a modal.

It is instantiated with a config object containing 'message' and 'name' selectors

new FormPreviewModal({ message: '.form-preview-message', name: '.form-preview-name' });

Give it a whirl!

Click Me