This document presents three ways to integrate an online form into a Facebook page:
The first step is to create a form with the online form builder. Building a form is easy; simply sign up for a FormSmarts account if you haven't got one, then log on to create a form. Most people find using the form builder simple and intuitive. If you do need help, there is a complete tutorial with a 4 min video introduction to get you started.

The form should now appear in a new tab on your Facebook page. To change the tab's name, click Select Apps on the right column, then click on Static HTML: iframe tabs and Edit Settings.
Note: This option is kept for information purposes but is no longer maintained and may not reflect changes to the Facebook platform.

Visit the Forms tab of the form builder to get the HTML code for embedding your form. Next, replace the portions of text that appear in yellow in the FBML code below by the actual values given in the form embedding code.
<a onClick="outside_location.setInnerFBML(link_1);" style="cursor: pointer;">Fill out my FormSmarts form!</a> <div id="outside_location"></div> <fb:js-string var="link_1"> <fb:iframe height="1676" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="http://formsmarts.com/form/yu?mode=embed&lay=2"> </fb:iframe> </fb:js-string> <script type="text/javascript" charset="utf-8"> var outside_location = document.getElementById('outside_location'); </script>

In Application Settings:
Then change form width to 540 pixels in the FBML code to:
<a onClick="outside_location.setInnerFBML(link_1);" style="cursor: pointer;">Fill out my FormSmarts form!</a>
<div id="outside_location"></div>
<fb:js-string var="link_1">
<fb:iframe height="1676"
style="border:none;width:540px;"
allowTransparency="true"
frameborder="0" scrolling="no"
src="http://formsmarts.com/form/yu?mode=embed&lay=2">
</fb:iframe>
</fb:js-string>
<script type="text/javascript" charset="utf-8">
var outside_location = document.getElementById('outside_location');
</script>
| Your Account | Help | FormSmarts | ||||
|---|---|---|---|---|---|---|
|
|
|
|||||