Appnitro Software Forums » MachForm

Text insert feature,

(3 posts)

  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 3 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 3 years ago #
  3. 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.

    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.