Help for this page

Select Code to Download


  1. or download this
    if($q->param('product_key_text')){ # if was entered in the text field,
                                        # set it to product_key
      $q->param('product_key')=$q->param('product_key_text');
     }