Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • kentiler 76 posts 69 karma points
    Mar 05, 2010 @ 05:05
    kentiler
    0

    How to embed form in Rich Text field?

    Hi,

    I need to embed a form in a page where the end user needs to be able to update other content, so I was planning on just putting the form code in the HTML of the rich text field.  However, the field changes the HTML when I save it.

    Here's what I'm trying to do:

    <!-- BEGIN: Constant Contact Basic Opt-in Email List Form -->
    <form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp
    " target="_blank" method="post">
    <input type="hidden" name="m" value="1102200709131">
    <input type="hidden" name="p" value="oi">
    Email:<input type="text" name="ea" size="20" value="" >
    <input type="submit" name="go" value="Go" class="submit">
    </form>
    <!-- END: Constant Contact Basic Opt-in Email List Form -->

    <!-- BEGIN: SafeSubscribe -->
    <a href="http://www.constantcontact.com/safesubscribe.jsp" target="_blank"><img src="http://img.constantcontact.com/ui/images1/safe_subscribe_logo.gif" border="0" width="168" height="14" alt=""/></a>
    <!-- END: SafeSubscribe -->

    Is there a way to tell Umbraco to not make changes to a section of code, or is there another way I need to implement this?

    Thanks!

    --Kent Iler

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Mar 05, 2010 @ 05:50
    Aaron Powell
    0

    Make a macro with it and allow the macro to be inserted into the WYSIWYG editor

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies