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.

Channel form not rendering in internet explorer.

November 25, 2013 5:11am

Subscribe [2]
  • #1 / Nov 25, 2013 5:11am

    gents agency

    16 posts

    Hi,

    I seem to have a problem.
    My channel form isn’t being generated in Internet Explorer.

    I’ve tried in every other browser and it works without a problem.

    this is the code I have.
    it’s pretty straight forward

    {exp:channel:form channel="profiel" return="profile/URL_TITLE#share"}
       <div class="card ten columns" id="formCard">
        
         <div class="cardHolder">
          Stap 2: vul je gegevens aan
          <label for="title">Je Naam:</label>
          <input type="text" name="title" id="title">
          <label for="profile_email">Je E-mail:</label>
          <input type="email" name="profile_email" id="profile_email">
          <input type="hidden" name="profile_facebook_email" id="profile_facebook_email">
          <input type="hidden" name="profile_facebook_id" id="profile_facebook_id">
          <input type="hidden" name="profile_link" id="profile_link">
          Upload een foto van jezelf.<br>Deze foto 
    wordt jouw campagnebeeld.
          {field:profile_afbeelding}
         </div>
         
        
       </div>
       <div class="card ten columns" id="finishCard">
        <div class="cardHolder">
         <h2>Klaar om je overwinning<br>in de wacht te slepen?</h2>
    <p>     <input type="checkbox" id="voorwaardenCB" name="voorwaardenCB" /><br />
         <label for="voorwaardenCB" id="voorwaardenCBLabel"><span></span>Ik ga akkoord met de voorwaarden verbonden aan deze wedstrijd. <a href="http://www.google.comtarget=_blank" rel="noopener">Lees ze hier</a>.</label><br />
         <input type="submit" id="createBtn" value="Maak mijn profiel" /><br />
        </div><br />
       </div><br />
       {/exp:channel:form}


    Any help is greatly appreciated.

    Robbe

  • #2 / Nov 25, 2013 10:58am

    Giraffentoast

    152 posts

    The final HTML is not generated by your browser, but the server.

    So if something isn’t rendered the way it’s supposed to be in some browsers, it’s probably got nothing to do with EE itself, but the HTML and CSS.

    Like, have you tried validating the page?
    This should point you to the most obvious errors like unclosed tags.

    What browser versions are affected? 7? 8? 9?


    If you’re not experienced enough with HTML / CSS yourself, you can always try to get help from somebody who is, or post the link here.

  • #3 / Nov 26, 2013 10:31am

    robbe

    1 posts

    I just got the same error in safari 6.0.5

    It even doesn’t render when I use the following:

    {exp:channel:form channel="profiel" datepicker="no" id="test"}
    test
    {/exp:channel:form}

    I just get an empty html template:

    <html><head></head><body></body></html>


    any ideas?

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

ExpressionEngine News!

#eecms, #events, #releases