
Generate the form and default data fields for subscription. Edit and Select statements can be used to generate fields for every section in an issue.
{{ subscription_form type="<subscription_type>"
[template="<template_name>"]
submit_button="<button_name>"
[total="<total_field_name>"]
[html_code="<html_code>"]
[button_html_code="<html_code>"] }}
<list_of_instructions>
{{ /subscription_form }}
Cannot be used inside user and login forms. Cannot be used within itself (for example: subscription in subscription).
Generates an input field for editing the subscription time for a certain section. The section must be defined in the template environment. This statement should be used inside the subscription form.
{{ camp_edit object="search" attribute="time"
[html_code="<HTML_code>"]
[size ="<field_length>"] }}
The subscription edit field can only be used inside the subscription form.
Special-purpose input for subscription data.
{{ camp_select object="subscription" attribute="<attribute>"
[html_code="<HTML_code>"] }}
<attribute> being one of the following:
The select subscription field can only be used inside the subscription form.