This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Adding HTML elements
Started 12 years ago by kaylakaze | 4 posts |
-
Is it possible to add an HTML element (div, img, table, etc) to a page? If not, how difficult would it be to add a new form element type that would allow this (for me to do [I'm a PHP developer, but haven't delved into the MachForm code], not necessarily as a new feature)?
Posted 12 years ago # -
To answer my own question so anyone else looking can find it, make a single line text and start your label with
</label></li>
and end it with<li class="hidden">
, putting your HTML in between. It can be a little tricky to click on in the editor afterward, but it seems to work (though kludgy)Posted 12 years ago # -
Yes, you can add HTML to any form element. e.g. you add HTML code to a section break, or the user guide comments etc. Your question is not that clear, and that example code is weird and back to front from what I can see.
Posted 12 years ago # -
No, the code isn't back to front. It closes and then opens the automatically generated code outside your new code,
What I was looking for was, for example, to have on a multi-page form, maybe page 8, has nothing but text, no data gathering. Section break seems to be able to do that, so thanks.
Posted 12 years ago #
Reply
You must log in to post.