cant get this form to work in wordpress

Discussion in 'Programming' started by horseygirl, Nov 5, 2011.

  1. #1
    anyone tell me how to get this to work in wordpress post or page as it corupts

     
    horseygirl, Nov 5, 2011 IP
  2. CodeBeast

    CodeBeast Well-Known Member

    Messages:
    463
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    155
    #2
    1. create a file named - form.php (or give it whatever name you want) in the site's root directory.
    2. go to your WP admin menu and under the templates press the edit button.
    3. look at the rite side and find where you want to put your code.
    4. open it.
    5.Check the code and place <?
    include ('form.php');
    ?>

    Where you want it to be shown.
    6.ENJOY!
     
    Last edited: Nov 5, 2011
    CodeBeast, Nov 5, 2011 IP
  3. horseygirl

    horseygirl Well-Known Member

    Messages:
    534
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    143
    #3
    super thanks very much
     
    horseygirl, Nov 5, 2011 IP