This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Text insert feature,


  1. forestis
    Member

    We are in event business and I've been using machform for about a year. I've been using the line break field extensively not for inserting breaks but to insert text, html..
    Problem is it inserts a break too even if not needed in my case. I thought it would be nice if that field could be extended to be used as text inserts as well and be able to choose if the line break appears or not.

    Posted 15 years ago #
  2. Freddy
    Member

    I totally agree with forestis.

    We need some option to insert text correctly, including paragraphs and etc. Just like the paragraph option but for our own usage and not for the user who is filling the form.

    Posted 15 years ago #
  3. yuniar

    Thank you for the suggestion.
    An option to show/hide the line break on the "Section Break" field is indeed a good idea.

    At this moment, Section Break is the only way to add simple text or paragraph.
    If you need to remove the line, you can simply adjust your form CSS.

    Search for this code:

    #main_body form li.section_break
    {
    	border-top:1px dotted #ccc;
    	margin-top:9px;
    	padding-bottom:0;
    	padding-left:9px;
    	padding-top:13px;
    	width:97% !important;
    }

    simply remove the border-top line.


    MachForm Founder

    Posted 15 years ago #

RSS feed for this topic

Reply