TextCMS Documentation - Internal Plugins - URL

Plugin Description

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].

Plugin Usage

This plugin can be used everywhere

Articles
Templates
Modules
Areas

Attributes

This plugin does not support attributes.

Styling

This plugin does not support plugin-specific styling.

Example

<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>
(c) 2018-2024 TextCMS