golden hour
/home/phakp/public_html/formtools/themes/default/admin/forms/add
⬆️ Go Up
Upload
File/Folder
Size
Actions
index.tpl
2.25 KB
Del
OK
internal.tpl
3.54 KB
Del
OK
step1.tpl
3.45 KB
Del
OK
step2.tpl
10.65 KB
Del
OK
step3.tpl
4.25 KB
Del
OK
step4.tpl
4.43 KB
Del
OK
step5.tpl
15.44 KB
Del
OK
step6.tpl
2.18 KB
Del
OK
Edit: step6.tpl
{ft_include file='header.tpl'} <table cellpadding="0" cellspacing="0" class="margin_bottom_large"> <tr> <td width="45"><a href="../"><img src="{$images_url}/icon_forms.gif" border="0" width="34" height="34" /></a></td> <td class="title"> <a href="../">{$LANG.word_forms}</a> <span class="joiner">»</span> <a href="./">{$LANG.phrase_add_form}</a> <span class="joiner">»</span> {$LANG.phrase_external_form} </td> </tr> </table> <table cellpadding="0" cellspacing="0" width="100%" class="add_form_nav"> <tr> <td class="selected">{$LANG.word_start}</td> <td class="selected">{$LANG.phrase_form_info}</td> <td class="selected">{$LANG.phrase_test_submission}</td> <td class="selected">{$LANG.phrase_database_setup}</td> <td class="selected">{$LANG.phrase_field_types}</td> <td class="selected">{$LANG.phrase_finalize_form}</td> </tr> </table> <br /> <div> <div class="subtitle underline">{$LANG.phrase_final_touches_page_6|upper}</div> <p> {$LANG.text_add_form_step_5_para_1} </p> <code id="highlight-code1" class="highlight-code"></code> <script> new CodeMirror($("#highlight-code1")[0], {literal}{{/literal} mode: "xml", readOnly: "nocursor", value: '<input type="hidden" name="form_tools_initialize_form" value="1" />' {literal}});{/literal} </script> <p> {$LANG.text_add_form_step_5_para_5} </p> <code id="highlight-code2" class="highlight-code"></code> <script> new CodeMirror($("#highlight-code2")[0], {literal}{{/literal} mode: "text/x-php", readOnly: "nocursor", value: '$fields = $api->initFormPage({$form_id});' {literal}});{/literal} </script> <p> {$LANG.text_add_form_step_5_para_2} </p> <p> {$text_add_form_step_5_para} </p> {if $uploading_files == "yes"} <p> {$text_add_form_step_5_para_4} </p> {/if} </div> <form method="post" action="../"> <input type="submit" name="action" value="{$LANG.phrase_form_list}" /> </form> {ft_include file='footer.tpl'}
Save