I used php formgen to make the following: http://www.freebies-and-giveaways.com/siteform/use/YourSite/form1.html
What I need help with is;
1. Can I place this form within a page that I have already created. http://freebies-and-giveaways.com/yoursite.html (When I attempt to do this, you can see the html coding!!!)
2. Can I redirect options for paypal/stormpay when selected within the form?
Any help would be greatly appreciated.
Rhazz
1. Yes you can. Just rename the yoursite.html file to yoursite.php, and then at the place where you want to put the form, type in the following:
<?php include("siteform/use/YourSite/form1.html"); ?>
2. Yes you can, but you need to know some PHP to do that,
Log in to post a comment.
I used php formgen to make the following:
http://www.freebies-and-giveaways.com/siteform/use/YourSite/form1.html
What I need help with is;
1. Can I place this form within a page that I have already created. http://freebies-and-giveaways.com/yoursite.html (When I attempt to do this, you can see the html coding!!!)
2. Can I redirect options for paypal/stormpay when selected within the form?
Any help would be greatly appreciated.
Rhazz
1. Yes you can. Just rename the yoursite.html file to yoursite.php, and then at the place where you want to put the form, type in the following:
<?php include("siteform/use/YourSite/form1.html"); ?>
2. Yes you can, but you need to know some PHP to do that,