/
var
/
www
/
html
/
sugardemo
/
modules
/
Campaigns
/
Upload File
HOME
<!-- /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ --> <!-- BEGIN: main --> <style> #subjectfield { height: 1.6em; } </style> {JAVASCRIPT} <script type="text/javascript" language="Javascript" src="modules/EmailTemplates/EmailTemplate.js?v={VERSION_MARK}"></script> <script type="text/javascript" language="Javascript" src="cache/include/javascript/sugar_grp1_yui.js?v={VERSION_MARK}"></script> <script type="text/javascript" language="Javascript" src="modules/Campaigns/WebToLead.js?v={VERSION_MARK}"></script> <script type="text/javascript"> {FIELD_DEFS_JS} </script> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td> <form name="WebToLeadForm" id="WebToLeadForm" method="POST" action="index.php" enctype="multipart/form-data"> {sugar_csrf_form_token} <input type="hidden" name="module" value="Campaigns"> <input type="hidden" name="record" value="{ID.ESCAPE_HTML_ATTR}"> <input type="hidden" name="action"> <input type="hidden" name="form"> <input type="hidden" name="return_module" value="{RETURN_MODULE.ESCAPE_HTML_ATTR}"> <input type="hidden" name="return_id" value="{RETURN_ID.ESCAPE_HTML_ATTR}"> <input type="hidden" name="return_action" value="{RETURN_ACTION.ESCAPE_HTML_ATTR}"> <input type="hidden" name="inpopupwindow" value="{INPOPUPWINDOW.ESCAPE_HTML_ATTR}"> <input type="hidden" name="old_id" value="{OLD_ID.ESCAPE_HTML_ATTR}"> <input title="{APP.LBL_SAVE_WEB_TO_LEAD_FORM.ESCAPE_HTML_ATTR}" accessKey="{APP.LBL_SAVE_BUTTON_KEY.ESCAPE_HTML_ATTR}" class="button" onclick="this.form.action.value='WebToLeadFormSave';" type="submit" name="button" value="{APP.LBL_SAVE_WEB_TO_LEAD_FORM.ESCAPE_HTML_ATTR}"> <input title="{APP.LBL_CANCEL_BUTTON_TITLE.ESCAPE_HTML_ATTR}" accessKey="{APP.LBL_CANCEL_BUTTON_KEY.ESCAPE_HTML_ATTR}" class="button" onclick="{CANCEL_SCRIPT}" type="submit" name="button" value="{APP.LBL_CANCEL_BUTTON_LABEL.ESCAPE_HTML_ATTR}"> </td> <td align="right" nowrap><span class="required">{APP.LBL_REQUIRED_SYMBOL.ESCAPE_HTML}</span> {APP.NTC_REQUIRED.ESCAPE_HTML}</td> <td align='right'>{ADMIN_EDIT}</td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="edit view"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" scope="row"> {MOD.LBL_BODY.ESCAPE_HTML} </td> <!-- BEGIN: textarea --> <td colspan="4" > <textarea id='body_html' tabindex='90' name='body_html' cols="100" rows="40">{BODY_HTML}</textarea> </td> <!-- END: textarea --> </tr> </table> </td> </tr> </table> </form> {tiny} <!-- END: main -->