Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
Make a macro with it and allow the macro to be inserted into the WYSIWYG editor
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
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
Make a macro with it and allow the macro to be inserted into the WYSIWYG editor
is working on a reply...