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?
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
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
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?
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?
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.
Bob
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
This topic is locked and no more replies can be posted.
