I just created a form using the PHP Form Mail Maker, now thats its saved and done, how exactly do I embed it to my FBML page?
This is what the support page gave me, and frankly I dont get it:
# How to embed the generated mail form to my html page?
You can use <iframe> to embed your web form to your html page or blog page. Here is a <iframe> example. For short, you can use the following code:
<iframe frameborder="none" src="http://www.yoursite.com/path/form.php" allowTransparency="true" style="width:480px;height:600px;border:none;"></iframe>
Please set the src, width and height as need.
PLEASE HELP!!!!!
http://www.formmail-maker.com/web-form-mail-faq.php
This is what the support page gave me, and frankly I dont get it:
# How to embed the generated mail form to my html page?
You can use <iframe> to embed your web form to your html page or blog page. Here is a <iframe> example. For short, you can use the following code:
<iframe frameborder="none" src="http://www.yoursite.com/path/form.php" allowTransparency="true" style="width:480px;height:600px;border:none;"></iframe>
Please set the src, width and height as need.
PLEASE HELP!!!!!
http://www.formmail-maker.com/web-form-mail-faq.php