ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Text Input Field Type is adding <p> to my entries

August 13, 2012 8:46am

Subscribe [2]
  • #1 / Aug 13, 2012 8:46am

    xotox

    109 posts

    hi,


    i am having a problem like this thread http://ellislab.com/forums/viewthread/219258/


    i am facing this problem with all custom fields in my weblog… while the default are displaying just fine without the wrapping my data

    at each time i change the text formatting.. and check the box to update existing entries.
    all old entries are displaying correctly without the

    but when publish new entry.. the problem happens again.. as i should change the text formatting at each time and that is not logical.


    i also cleared all cached data.. without a use..

    i am using ExpressionEngine v 1.6.9

    thanks in advanced

  • #2 / Aug 14, 2012 3:49pm

    Kevin Smith

    4784 posts

    Hi xotox,

    I’m not quite sure I follow the problem. Could you take screenshots of the problem and the way it should be so that we can see the difference?

  • #3 / Aug 15, 2012 3:45am

    xotox

    109 posts

    Hi Keven,

    once i fill in and submitted all fields required in the stand alone form ... and once edit them again… 
    attached are how the entries are wrapped the <?p> tags…

    the only fields that working correctly are date and s/n (title)... and both are not custom fields.


    all fields formatting text are set to none

  • #4 / Aug 16, 2012 12:17pm

    Kevin Smith

    4784 posts

    What types of fields are Device Type, Brand Name, and MTM?

  • #5 / Aug 17, 2012 11:41pm

    xotox

    109 posts

    all are input text type


    Regards

  • #6 / Aug 20, 2012 4:44pm

    Shane Eckert

    7174 posts

    Hello xotox,

    Is this a form on the front end or are you seeing this in the Control Panel?

    Please let me know.

    Cheers,

  • #7 / Aug 20, 2012 6:40pm

    xotox

    109 posts

    Hi,


    In the front end

  • #8 / Aug 21, 2012 3:38am

    Shane Eckert

    7174 posts

    Hey xotox,

    Using SafeCracker yes?

    Can you show me the form?

    Thank you,

  • #9 / Aug 21, 2012 6:36pm

    xotox

    109 posts

    h
    no, i am not using safecracker ..i am using standalone form… as i have 1.69 ee

    and for the form i will send you a pm with username and password,, along with the link to see the form i am using

     

  • #10 / Aug 21, 2012 6:51pm

    xotox

    109 posts

    hi Shane,


    i can pm you.. how can i send you the username and password to access the form?


    Regards

  • #11 / Aug 22, 2012 3:18am

    xotox

    109 posts

    i can’t*

  • #12 / Aug 22, 2012 2:54pm

    Shane Eckert

    7174 posts

    Hey xotox,

    Can you paste your form code in here? I would like to see how you are collecting the data, maybe that has something to do with picking up those paragraph tags.

    The PM’s are not secure, which I why I do not use them.

    Thank you,

  • #13 / Aug 23, 2012 1:56am

    xotox

    109 posts

    hi Shane,


    Here is part of the code:

    {exp:weblog:entry_form weblog="support_new" return="#" preview="supports/entry" } 
    
    <!-- 
    Title
    
    <input type="text" name="title" id="title" value="{title}" size="50" maxlength="100" /></p>
    
    URL Title
    
    <input type="text" name="url_title" id='url_title' value="{url_title}" maxlength="75" size="50" /></p> -->
    <div id="Accordion1" class="Accordion" tabindex="0" >
      <div class="AccordionPanel">
    
        <div class="AccordionPanelTab">Check Up</div>
        <div class="AccordionPanelContent" > 
          <table cellpadding="0" cellspacing="5" border="0" width="750">
            <tr>
              <td colspan="2" height="35"></td>
            </tr>
          <tr>
              <td align="left" >Date*:</td>
              <td align="left">
    [removed]DateInput('field_id_587', true, 'DD/MM/YYYY')[removed]
    <!-- 
    <input name="field_id_587" type="text"  class="name2" /> --> </td>
             </tr>
    
    <tr> <td align="left" >Device Type*:</td>
              <td align="left" >
    <select id="field_id_282" name="field_id_282"  class="name2">
    
    <option value=''>--------------------------</option>
    
    
    <option value="LapTop">LapTop</option>
    
    <option value="Pc">Pc</option>
    
    
    <option value="Server">Server</option>
    
    <option value="Printers">Printers</option>
    
    <option value="LCD Monitors">LCD Monitors</option>
    
    <option value="Scanner">Scanner</option>
    
    <option value="Data Show">Data Show</option>
    
    </select>
    
    </td>
            </tr>
            
            <tr>
              <td align="left" > Brand Name*: </td>
              <td align="left" >
    <select id="field_id_283" name="field_id_283"  class="name2">
    
    <option value=''>--------------------------</option>
    
    
    <option value="Fujitsu">Fujitsu</option>
    
    <option value="Lenovo">Lenovo</option>
    
    
    <option value="IBM">IBM</option>
    
    <option value="Brother">Brother</option>
    
    <option value="Lexmark">Lexmark</option>
    
    <option value="ViewSonic">ViewSonic</option>
    
    
    </select>
    
    </td>
    </tr><tr>          <td align="left" >MTM:</td>
              <td align="left" ><input name="field_id_284" type="text" class="name2"   /></td>
            </tr>
           
            <tr>
              <td align="left">S/N*:  </td>
              <td align="left" width="177"><input type="text" name="title" id="title" class="name2" />
    <input type="hidden" name="url_title" id='url_title' value="{title}" maxlength="75" size="50" />
    
    <input type="hidden" name="entry_id" id='entry_id' value="{segment_3}" maxlength="75" size="50" />
    </td>
    </tr><tr>          <td align="left" width="70">Warranty: </td>
    
              <td align="left" width="293">
    
    {if field_id_286=='yes'}
                 <input name="field_id_286" type="radio" value="yes"   checked  />
           
                  Yes      {/if} 
    {if field_id_286!='yes'}
                 <input name="field_id_286" type="radio" value="yes"   />
           
                  Yes      {/if} 
    
    {if field_id_286=='no'}
                  <input name="field_id_286" type="radio" value="no" checked />
                  No
                     {/if} 
    {if field_id_286!='no'}
                  <input name="field_id_286" type="radio" value="no"  />
                  No
                     {/if} 
                </td>
            </tr>
    
    
    
          </table>
        </div>
      </div>


    Thank you

  • #14 / Aug 23, 2012 4:09pm

    Shane Eckert

    7174 posts

    Hey xotox,

    I am not seeing anything here.

    Are you using an htaccess file?

    I think we may need to get a look.

    Please be on the lookout for an email from EllisLab.

    Thank you,

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases