290
290
// Create the do-you-want-to-subscribe FormOverlay.
291
291
subscribe_form_overlay = new Y.lazr.FormOverlay({
293
293
form_content: subscribe_form_body,
294
294
form_submit_button: Y.Node.create(submit_button_html),
295
295
form_cancel_button: Y.Node.create(cancel_button_html),