Errors in description of knews_plugin_form() usage
-
Is: knews_plugin_form( 0[or mailing list id], ”, array(‘name’=>’ask’, ‘surname’=>’required’, ‘stylize’=>[0|1], ‘labelwhere’=>’outside|inside|none’, ‘subtitle’=>[0|1], ‘requiredtxt‘=>[0|1], ‘terms’=>[0|1], ‘script’=>[0|1]) )
Should be: knews_plugin_form( array(‘id’=> 0[or mailing list id], ‘name’=>’ask’, ‘surname’=>’required’, ‘stylize’=>[0|1], ‘labelwhere’=>’outside|inside|none’, ‘subtitle’=>[0|1], ‘requiredtext‘=>[0|1], ‘terms’=>[0|1], ‘script’=>[0|1]) )
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Errors in description of knews_plugin_form() usage’ is closed to new replies.