Quote:
Originally Posted by Pseudomizer
The name of the parameter could be wrong. If the name is not correct it is not passed correctly to the next site to save the values.
In addition you could have a name conflict with another settings. You should check your source code of the parameters.
Does the unchecking of the HTML option works?
Cheers,
|
The source code for the options reveals the following:
PHP Code:
<tr>
<td><label for="commbull"><input type="checkbox" name="commbull" value="1" id="commbull" checked="checked" />Receive Community Bulletin Updates</label></td>
</tr>
<tr>
<td><br />Format of the Newsletters<br /><label for="commbull"><input type="checkbox" name="commbull_type" value="1" id="commbull_type" checked="checked" />HTML if checked. Plain Text if unchecked.</label></td>
</tr>
And no, unchecking the HTML option also doesn't work.