Forums

Possible Bug?

cb1 29 Feb, 2012
Hey,

Just lost a bundle of work.

I am on Joomla 1.5.23 and Chronoforms 4.0 RC3.11.

1 - I am using the wizard editor.

2 - I needed to add header text to a form after I completed it.

3 - I added a header text box. I then added html in the code window of the header text box.

4 - I then saved.

5 - However - I could no longer access the tabs "Events", "Form Settings", and "Legends"

6 - So I thought it best to delete the header box.

7 - That simultaneously deleted the contents of my whole form. A few hours of work.

8 - So I started rebulding and the same thing happened.

9 - I discovered that I needed to take out ALL div statements from the code in the header box.

Now it's working well - I just have to once again rebuild the form.

Just thought I'd let someone know.
GreyHead 01 Mar, 2012
Hi CB1,

I can't replicate this. <div> tags in the Header element appear to behave correctly.

Bob
cb1 01 Mar, 2012
Here's the code in question.... I altered some of the information. (Not the code though)

<div style="width:720px; padding-left:20px;">
<p><strong>xxxxxxis located at:</strong><br />
    <strong>Physician Office Building 1</strong> - First floor<br />
  xxxxxx<br /> 
  <strong>PHONE:</strong>  xxxxx <strong>FAX:</strong>  xxxxxx<br />
  <br />
  Human Resources office hours are Monday-Friday, 7:30 am - 4:30 pm.<br /> 
  <br />
  Online applications are <strong>accepted for any open and posted position.</strong> <br />
  <strong>Please note:</strong> We do not accept paper applications or resumes.</p>
<p><strong>Instructions for Completing the xxxxx Online Job Application</strong><br />
</p>
<div style="border: 1px solid #ff0000; padding: 6px; display: block">
  <p><strong>Online Application & Instructions:</strong><br />
    <ol>
   <li><strong>Completion of a brief survey</strong> (your application will not be fully processed until this survey is completed).</li>
 <li><strong>Completion of the application.</strong> Please answer all questions on the application – enter “N/A” for questions that are not applicable for you.</li>
 </ol>
</div>

<br /><br />

<div style="border: 1px solid #ff0000; padding: 6px; display: block">
  <p><strong>Please Note:</strong><br />
    <ul>
   <li>Turn OFF your pop-up blocker before completing the application!</li>
   <li>Please make sure you are using Internet Explorer to complete your application. You will not be able to submit the application if you are using another browser such as Chrome, Firefox, or Safari.     </li>
    <li>The online application page is ONLY compatible with Microsoft’s Internet Exporer versions 6.0 through 8.0 (Internet Explorer 9.0 is NOT compatible). </li>
    </ul>
    
   <p align="center"> For a free download of Internet Explorer, please use the following link:</p>

	<p align="center"><a href="http://www.null.com" title="Microsoft Internet Explorer Download" target="_blank">www.microsoft.com/windows/internet-explorer/default.aspx</a></p>
</div>

<p align="center"> </p>
<p align="center"><a href="https://domainhere.xml" title="Job Listing" target="_blank" style="font-size:22px !important; font-weight:bold;">Click here to view current job postings!</a><br/>
  <br/>
</p>
<p>You may also complete an online application in the HR office during regular business hours.<br /> If you have any problems accessing the application, please call <strong>xxxxx</strong>.<br/>  
    
  </p>
GreyHead 02 Mar, 2012
Hi cb1,

I was able to copy and paste your code directly into a Header elememt with no problem (I reduced the image size to post here).

Bob
cb1 02 Mar, 2012
That's awesome to know that it can be done.

Now - I will make a copy of my form and try it again.

I will report back.
cb1 02 Mar, 2012
Attached are 4 screen shots put into one image file to illustrate what is still going on.

Now what is happening is when I put that html into the header text area:

1 - I still see the "Preview" tabs contents.

2 - I no longer see the "Events" tabs contents.

3 - I no longer see the "Form Settings" tabs contents.

4 - If I try to delete the Header Text Box - the whole form contents deletes itself.
GreyHead 03 Mar, 2012
Hi cb1,

It's messy here but everything still works OK (Joomla 2.5.1 ChronoForm v4 Rc3.2)

Try using a Custom Element instead - that doesn't show the content in the admin area (it has a more friendly label instead). Check the Pure Code box to suppress the ChronoForms formatting in the front end.

Bob
This topic is locked and no more replies can be posted.