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: step3.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"><a href="step1.php">{$LANG.word_start}</a></td> <td class="selected"><a href="step2.php">{$LANG.phrase_form_info}</a></td> <td class="selected">{$LANG.phrase_test_submission}</td> <td class="unselected">{$LANG.phrase_database_setup}</td> <td class="unselected">{$LANG.phrase_field_types}</td> <td class="unselected">{$LANG.phrase_finalize_form}</td> </tr> </table> <br /> <div class="subtitle underline">{$LANG.phrase_test_submission_3|upper}</div> {ft_include file='messages.tpl'} <div class="pad_bottom"> {$LANG.text_add_form_step_3_text_1} </div> {if $form_info.submission_type == "direct"} <p> <b>1</b>. {$LANG.text_add_form_step_2_para_2} <br /> <textarea style="color: #336699; width: 100%; height: 65px">{$form_tag} {$hidden_fields}</textarea> </p> <p> <b>2</b>. {$direct_form_para_2} </p> {if $form_info.is_initialized == "no"} <div class="incomplete"> <div style="padding-bottom: 5px;">{$LANG.phrase_awaiting_form_submission}</div> <form action="{$same_page}" method="post"> <input type="hidden" name="submission_type" value="direct" /> <input type="hidden" name="form_id" value="{$form_id}"/> <input type="submit" name="refresh" value="{$LANG.phrase_refresh_page}" /> </form> </div> {elseif $form_info.is_initialized == "yes"} <p> <input type="button" value="{$LANG.phrase_resend_test_submission}" onclick="window.location='{$same_page}?uninitialize=1'" /> </p> <p> <input type="button" name="submit" class="next_step" value="{$LANG.word_next_step_rightarrow}" onclick="window.location='step4.php?form_id={$form_id}'"/> </p> {/if} {else} <p> {$LANG.text_add_form_step_3_text_4} </p> <ul> <li><a href="http://docs.formtools.org/tutorials/api_v2_single_page_form/" target="_blank">{$LANG.phrase_adding_single_page_form}</a></li> <li><a href="http://docs.formtools.org/tutorials/api_v2_multi_page_form/" target="_blank">{$LANG.phrase_adding_multi_page_form}</a></li> </ul> <p> {$LANG.text_add_form_step_3_text_5} </p> <code id="highlight-code" class="highlight-code"></code> <script> var html_editor = new CodeMirror($("#highlight-code")[0], {literal}{{/literal} mode: "text/x-php", readOnly: "nocursor", value: '$fields = $api->initFormPage({$form_id}, "initialize");' {literal}});{/literal} </script> <p> {$LANG.text_add_form_step_3_text_7} </p> <code><pre class="green"> "finalize" => true</pre></code> <p> {$LANG.text_add_form_step_3_text_6} </p> {if $form_info.is_initialized == "no"} <div class="incomplete"> <div style="padding-bottom: 5px;">{$LANG.phrase_awaiting_form_submission}</div> <form action="{$same_page}" method="post"> <input type="hidden" name="submission_type" value="code" /> <input type="hidden" name="form_id" value="{$form_id}" /> <input type="submit" name="refresh" value="{$LANG.phrase_refresh_page}" /> </form> </div> {elseif $form_info.is_initialized == "yes"} <p> <input type="button" value="{$LANG.phrase_resend_test_submission}" onclick="window.location='{$same_page}?uninitialize=1'" /> </p> <p> <input type="button" name="submit" class="next_step" value="{$LANG.word_next_step_rightarrow}" onclick="window.location='step4.php?form_id={$form_id}'"/> </p> {/if} {/if} {ft_include file='footer.tpl'}
Save