Copied to clipboard

Flag this post as spam?

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


  • Graham Mulcock 26 posts 48 karma points
    May 14, 2010 @ 18:37
    Graham Mulcock
    0

    Where is Runway and how to create form

    I just want to add this to a home page, to refer a sign-up to a third-party handler:

    <form action="http://third-party_site" method="post" class="aform" name="aname">
    <input type="hidden" name="m" value="1"/>
    <input type="hidden" name="p" value="o"/>
    <p>Your E-mail:&nbsp;&nbsp;<input type="text" name="ea" id="ea" class="normal" size="23"/><input type="image" src="/images/go.gif" value="submit" align="absmiddle" alt="Go"/></p>
    </form>


    The content editor doesn't like this. Is there a special control I should use? I'd like to look at the Runway sample, but Runway is not in the downloadable package list and I didn't install it with Umbraco 403. Any advice for a new user is appreciated.

  • Kim Andersen 1447 posts 2196 karma points MVP
    May 14, 2010 @ 20:32
    Kim Andersen
    1

    Hi Graham

    The code that you've got from the third-party site, can be inserted into one of your templates. E.g. if you have a template for your frontpage, and a template for your textpages, you could insert the code on the frontpage template. This would render the form on the frontpage and not on the normal textpages.

    And if you want to find Runway, you can go to the developer-section. open the "Packages"-node and click the "Install Runway"-option.

    /Kim A

  • Graham Mulcock 26 posts 48 karma points
    May 17, 2010 @ 13:48
    Graham Mulcock
    0

    It worked when I placed the snippet into my template. Thank you very much!

Please Sign in or register to post replies

Write your reply to:

Draft