How to connect a WordPress contact form to another database which uses a form script on a static site?
        Posted  
        
            by 
                eirlymeyer
            
        on Programmers
        
        See other posts from Programmers
        
            or by eirlymeyer
        
        
        
        Published on 2012-09-03T02:42:42Z
        Indexed on 
            2012/09/03
            3:48 UTC
        
        
        Read the original article
        Hit count: 901
        
Static Site B has two separate contact form scripts. One script processes leads via a script developed using Cold Fusion. Another script processes leads via a script using MySql Database. New Site A is being developed using WordPress.
How do I use a WordPress Contact Form plug-in to integrate these two scripts (built on ColdFusion, and uses the existing MySQL database) to ensure the same functionality and processing of leads.
© Programmers or respective owner