Missing template and submit?

BravoGold 22 Jan, 2009
Hi there, I've created a form using the form wizard and published it however when I access the form on the website it's missing the introduction test I had defined in the Email Template section, seems to have ignored it completely. Additionally, I'm missing the submit/reset buttons! What am I doing wrong?
GreyHead 22 Jan, 2009
Hi BravoGold,

Hard to tell without seeing the form. However, the Email Teamplate is only used for emails not for display in the browser - the Form HTML dictates what show up there.

Bob
BravoGold 22 Jan, 2009
Wow, I can't believe I actually misintepreted the aptly titled Email Template! Thanks for your quick reply 🙂

Edit: Argh, it looks like I left out the submit button when creating with the wizard 😑 How do I get it back, I can't see any setting in the edit settings section to add/remove extra fields?
GreyHead 22 Jan, 2009
Hi BravoGold,

You can't add it with the Wizard (there's no Wizard editing yet). But you can easily add it into the form html box on the Form Code tab.
<div  class="form_item">
    <div class="form_element cf_textbox">
        <input type='submit' name='submit' value='submit' />
    </div>
    <div class="clear"> </div>
</div>

Bob
BravoGold 22 Jan, 2009
Perfect, thanks again Bob for the prompt replies
This topic is locked and no more replies can be posted.