<th>Subscription page</th>
                        <td>
                            <?php 
$controls->wp_editor('subscription_text');
?>
                            <p class="description">
                                Use <strong>{subscription_form}</strong> to insert the subscription form where you prefer in the text or
                                <strong>{subscription_form_N}</strong> (with N from 1 to 10) to insert one of the custom forms.
                            </p>
                        </td>
                    </tr>
                    <tr valign="top">
                        <th>Forced preferences</th>
                        <td>
                            <?php 
$controls->preferences();
?>
                            <p class="description">
                                Add to new subscribers these preferences by default.
                            </p>
                        </td>
                    </tr>
                    <tr valign="top">
                        <th>Enable the antibot?</th>
                        <td>
                            <?php 
$controls->yesno('antibot');
?>
                            <p class="description">
                                Tries to block bot generated subscriptions (without the annoying captcha).
                            </p>