Trying to update page – HTML gets deleted

  • Unknown's avatar

    Hello,

    I am trying to make a ‘contact’ page with a contact form in it. I got the code for the form from http://www.freedback.com website.

    Unfortunately, when I click ‘update’, most of the HTML is automatically deleted, and all the text areas disappear, making the form useless.

    Do you think this could be fixed? Here is the code I’m trying to use:

    <!– Begin Freedback Form –>
    <!– DO NOT EDIT YOUR FORM HERE, PLEASE LOG IN AND EDIT AT FREEDBACK.COM –>
    <form enctype=”multipart/form-data” method=”post” action=”http://www.freedback.com/mail.php” accept-charset=”UTF-8″>
    <div>
    <input type=”hidden” name=”acctid” id=”acctid” value=”ytemt6wgw0z70vau” />
    <input type=”hidden” name=”formid” id=”formid” value=”1163292″ />
    <input type=”hidden” name=”required_vars” id=”required_vars” value=”name,email,field-cdb94c8be15858f” />
    </div>
    <table cellspacing=”5″ cellpadding=”5″ border=”0″>
    <tr>
    <td valign=”top”>
    Name:
    </td>
    <td valign=”top”>
    <input type=”text” name=”name” id=”name” size=”40″ value=”” />

    </td>
    </tr>
    <tr>
    <td valign=”top”>
    Email Address:
    </td>
    <td valign=”top”>
    <input type=”text” name=”email” id=”email” size=”40″ value=”” />

    </td>
    </tr>
    <tr>
    <td valign=”top”>
    Message:
    </td>
    <td valign=”top”>
    <textarea name=”field-cdb94c8be15858f” id=”field-cdb94c8be15858f” rows=”6″ cols=”40″></textarea>

    </td>
    </tr>
    <tr>
    <td colspan=”2″ align=”center”>
    <input type=”submit” value=” Submit Form ” />
    </td>
    </tr>
    </table>
    </form>

    <center><font face=”Arial, Helvetica” size=”1″><b>
    This contact form was created by Freedback.
    </b></font></center>
    <!– End Freedback Form –>

    Thank you very much,
    Linda

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    We cannot use some codes. Wp.com will strip out forbidden code.
    http://en.support.wordpress.com/code/

    We have a contact form that you can use:
    http://en.support.wordpress.com/contact-form/

  • The topic ‘Trying to update page – HTML gets deleted’ is closed to new replies.