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.
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.
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: <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.
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
It worked when I placed the snippet into my template. Thank you very much!
is working on a reply...