The Simple A/B WordPress Plugin allows you to easily integrate Captchify's A/B testing platform into your WordPress site. This guide will help you get started with installing, configuring, and using the plugin to run experiments on your WordPress pages.
        [simpleab_test experiment_id="<your-experiment-id>" stage="Prod"]
        
        
        <button data-simpleab-metric="revenue" 
                data-simpleab-aggregation="sum" 
                data-simpleab-value="100" 
                data-simpleab-events="click,focus">
          Click Me - C!
        </button>
        
        
        ||
        
        
        <button data-simpleab-metric="revenue" 
                data-simpleab-aggregation="sum" 
                data-simpleab-value="200" 
                data-simpleab-events="click,focus">
          Click Me - T1!
        </button>
                
        
        [/simpleab_test]
      
    The form has been successfully submitted.