Terms and Condition checkbox

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7350
    Regine Endres
    Participant

      Hi Olly,

      I know there is the full additional page with the option to have terms and conditions, but I find it an overkill.

      I would rather just have a single required tick box just before the Send Order button.

      Thanks

      Regine

      #7357
      Olly
      Admin & Mod

        choose any of the actions available/included in the order form template and just output yoru checkbox (or whatever)

        probably with attribute required.
        something like this i would have thought

        
        add_action('wppizza_order_form_before_profile_update','my_checkbox_stuff');
        function my_checkbox_stuff(){
        print"<label>some text<input type='checkbox' id='some_id' name='some_name' value='1' required style='float:left'/></label>";
        } 
        
      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘Terms and Condition checkbox’ is closed to new replies.