<?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: used simple html......lost form(s) and access...help!</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: used simple html......lost form(s) and access...help!</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 03:54:45 +0000</pubDate>

<item>
<title>debbie40 on "used simple html......lost form(s) and access...help!"</title>
<link>https://www.machform.com/forums/topic/used-simple-htmllost-forms-and-accesshelp#post-5668</link>
<pubDate>Wed, 29 Apr 2009 21:02:14 +0000</pubDate>
<dc:creator>debbie40</dc:creator>
<guid isPermaLink="false">5668@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank You Yuniar!
&#60;/p&#62;</description>
</item>
<item>
<title>markritchie on "used simple html......lost form(s) and access...help!"</title>
<link>https://www.machform.com/forums/topic/used-simple-htmllost-forms-and-accesshelp#post-5661</link>
<pubDate>Wed, 29 Apr 2009 15:24:20 +0000</pubDate>
<dc:creator>markritchie</dc:creator>
<guid isPermaLink="false">5661@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Debbie,&#60;/p&#62;
&#60;p&#62;Just looked at your URL. It looks as though the form is loading fine now and you have your title and form description centered. Hope all is well.&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
</item>
<item>
<title>debbie40 on "used simple html......lost form(s) and access...help!"</title>
<link>https://www.machform.com/forums/topic/used-simple-htmllost-forms-and-accesshelp#post-5660</link>
<pubDate>Wed, 29 Apr 2009 09:17:05 +0000</pubDate>
<dc:creator>debbie40</dc:creator>
<guid isPermaLink="false">5660@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;No i'm not locked out of the admin but once I login and can see all of my forms, the one that will not open is the one I messed with.  YOu know when you're looking at all of your forms and they are numbered?....well the top line is the name of the form....all of those open. The one I messed with.....the top line is blank and the name of the form is on the next line...and it will not open the form when I click on it.&#60;br /&#62;
the from is located at &#60;a href=&#34;http://www.applyonlinesecure.com&#34; rel=&#34;nofollow&#34;&#62;www.applyonlinesecure.com&#60;/a&#62; but shows up as completely blank right now.
&#60;/p&#62;</description>
</item>
<item>
<title>markritchie on "used simple html......lost form(s) and access...help!"</title>
<link>https://www.machform.com/forums/topic/used-simple-htmllost-forms-and-accesshelp#post-5656</link>
<pubDate>Wed, 29 Apr 2009 05:49:21 +0000</pubDate>
<dc:creator>markritchie</dc:creator>
<guid isPermaLink="false">5656@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Do you have a URL? And when you say you are locked out of admin access do you mean you cannot login with the admin username and pass?
&#60;/p&#62;</description>
</item>
<item>
<title>debbie40 on "used simple html......lost form(s) and access...help!"</title>
<link>https://www.machform.com/forums/topic/used-simple-htmllost-forms-and-accesshelp#post-5655</link>
<pubDate>Wed, 29 Apr 2009 05:47:24 +0000</pubDate>
<dc:creator>debbie40</dc:creator>
<guid isPermaLink="false">5655@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;unfortunately I am locked out of the form on the admin so i cant access the css code.&#60;br /&#62;
the form on the page is completely blank although i can view the source with a right click though not in css.
&#60;/p&#62;</description>
</item>
<item>
<title>markritchie on "used simple html......lost form(s) and access...help!"</title>
<link>https://www.machform.com/forums/topic/used-simple-htmllost-forms-and-accesshelp#post-5652</link>
<pubDate>Wed, 29 Apr 2009 02:30:04 +0000</pubDate>
<dc:creator>markritchie</dc:creator>
<guid isPermaLink="false">5652@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Debbie, &#60;/p&#62;
&#60;p&#62;I'm not sure why your form disappeared from the admin interface of Machform but to center the title and description of your form you can open up that forms CSS and you'll see the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{
.form_description
border-bottom:1px dotted #CCCCCC;
clear:both;
display:inline-block;
margin:0 0 1em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add in a text-align:center; like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{
.form_description
border-bottom:1px dotted #CCCCCC;
clear:both;
display:inline-block;
margin:0 0 1em;
text-align: center;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And that should center your forms title and description.&#60;/p&#62;
&#60;p&#62;Perhaps posting a link to the page with the form would be helpful in diagnosing the problem as well.&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
</item>
<item>
<title>debbie40 on "used simple html......lost form(s) and access...help!"</title>
<link>https://www.machform.com/forums/topic/used-simple-htmllost-forms-and-accesshelp#post-5651</link>
<pubDate>Wed, 29 Apr 2009 01:10:40 +0000</pubDate>
<dc:creator>debbie40</dc:creator>
<guid isPermaLink="false">5651@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;ok obviously i know just enough to be dangerous!&#60;br /&#62;
when making changes to a description in the machform.....things like &#38;lt;/br&#38;gt; work fine.....but I thought I would try and center the title and the description with &#38;lt;/center&#38;gt; and my form disappeared from the page entirely and in the machform interface it will not open up at all....and I've noticed the forms following that form are all missing.  This form was rather large and took a lot of time.  Does anyone know if this is fixable?  I've emailed Yuniar but thought I would try to find a quick answer before I inform my boss that the form is out of commission until Yuniar can get to me....&#60;br /&#62;
Debbie
&#60;/p&#62;</description>
</item>

</channel>
</rss>
