• After searching help, net, forums I cannot find a straight answer to my question.

    The WordPress site I am working on has Contact Form 7 installed and is being used.

    What I want to do is create a form to pass values to a php subscription page on a different site I own.

    This code does not work:

    <form action="http://abc.net/subscribe.php" method="post">
    Name: <input type="text" name="name" /><br><br>
    Email: <input type="text" email="email" /><br><br>
    <input type="submit" />

    Any help would be greatly appreciated.

    https://wordpress.org/plugins/contact-form-7/

The topic ‘Newbie Question’ is closed to new replies.