It is easy to create a link to an article using plugin LINK. But sometimes you just need an article URL. You may need to use it in a POST html form or some other places. TextCMS provides you with plugin URL to simplify the task. The syntax is [URL](article_name)[/URL].
This plugin can be used everywhere
Articles | |
Templates | |
Modules | |
Areas |
This plugin does not support attributes.
This plugin does not support plugin-specific styling.
<form action=[URL]contact_form[/URL] method=POST>
Your e-mail:<br>
<input type=text name=email style=width:400px></input><br><br>
Your Message:<br>
<textarea name=body style="width:400px;height:200px"></textarea><br><br>
<input type=submit value="Send">
</form>