<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Paragraphs of text or extended section breaks</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Paragraphs of text or extended section breaks</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 02:14:55 +0000</pubDate>

<item>
<title>yuniar on "Paragraphs of text or extended section breaks"</title>
<link>https://www.machform.com/forums/topic/paragraphs-of-text-or-extended-section-breaks#post-534</link>
<pubDate>Wed, 09 Jan 2008 07:55:09 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">534@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The section break is actually stored in ap_form_elements table.&#60;br /&#62;
I suggest to update your other mysql tables as well, just to make sure.
&#60;/p&#62;</description>
</item>
<item>
<title>tabonec on "Paragraphs of text or extended section breaks"</title>
<link>https://www.machform.com/forums/topic/paragraphs-of-text-or-extended-section-breaks#post-533</link>
<pubDate>Wed, 09 Jan 2008 07:38:26 +0000</pubDate>
<dc:creator>tabonec</dc:creator>
<guid isPermaLink="false">533@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It works! &#60;/p&#62;
&#60;p&#62;Thanks for the quick response.  The only varchar(255) I ended up changing in the save.php was for:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if((&#38;#39;text&#38;#39; == $type) &#124;&#124; (&#38;#39;phone&#38;#39; == $type) &#124;&#124; (&#38;#39;simple_phone&#38;#39; == $type) &#124;&#124; (&#38;#39;url&#38;#39; == $type) &#124;&#124; (&#38;#39;email&#38;#39; == $type) &#124;&#124; (&#38;#39;file&#38;#39; == $type)){
	$query = &#38;quot;ALTER TABLE &#38;lt;code&#38;gt;ap_form_{$form_id}&#38;lt;/code&#38;gt; ADD COLUMN &#38;lt;code&#38;gt;element_{$element_id}&#38;lt;/code&#38;gt; mediumtext NULL COMMENT &#38;#39;{$comment}&#38;#39;;&#38;quot;;
	do_query($query);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
I'm guessing the section breaks are treated as text in this instance?  Regardless, changing the varchar(255) to mediumtext and updating the ap_form_elements table did the trick.  Should I update any of the other MySQL tables as well or leave it for now?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Paragraphs of text or extended section breaks"</title>
<link>https://www.machform.com/forums/topic/paragraphs-of-text-or-extended-section-breaks#post-532</link>
<pubDate>Wed, 09 Jan 2008 06:34:14 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">532@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks for the compliment!&#60;/p&#62;
&#60;p&#62;Sorry about the limitation, this should be removed for the next release.&#60;br /&#62;
However, it's very easy to fix this.&#60;/p&#62;
&#60;p&#62;Simply change all table column which has &#60;strong&#62;varchar(255)&#60;/strong&#62; field type to &#60;strong&#62;mediumtext&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;That would extend the limitation on the MySQL side.&#60;/p&#62;
&#60;p&#62;Also, you will need to modify &#60;strong&#62;save.php&#60;/strong&#62; file, same thing, search for any &#60;strong&#62;varchar(255)&#60;/strong&#62; and replace it to &#60;strong&#62;mediumtext&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;Let me know if you are having difficulty with this.
&#60;/p&#62;</description>
</item>
<item>
<title>tabonec on "Paragraphs of text or extended section breaks"</title>
<link>https://www.machform.com/forums/topic/paragraphs-of-text-or-extended-section-breaks#post-529</link>
<pubDate>Wed, 09 Jan 2008 04:50:32 +0000</pubDate>
<dc:creator>tabonec</dc:creator>
<guid isPermaLink="false">529@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Greetings,&#60;br /&#62;
First, I want to say thank you for this excellent piece of software, it's made my work a bit easier.&#60;/p&#62;
&#60;p&#62;Second, my question - is it possible to include paragraph-sized amounts of text within certain sections of the form?  I've been trying to add longer descriptions for certain components of the form within the section breaks but it appears to cutoff after a certain number of characters.  I was poking around the MySQL database and I noticed some varchar(255) settings for a couple of the form features.  Is there a way to either a) manually insert text into the form or b) extend the limitations for the section breaks?&#60;/p&#62;
&#60;p&#62;Thanks much.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
