Hello,
I've using gforms to create a form on facebook.
Weird it sounds but i'm actually just pulling in my wordpress theme into the facebook app iframe, and just using the form in the theme. Works perfect but I want to add some java script which only allows the form to be sumbmitted if they agree to posting a note on their wall. I've got the javascript to work but I need to add something to the input button.
<input id="submitbutton" type="button" onclick="dotest();" value="Send Referrer Details" />
The above code is what I need to my input to look like, i'm guessing its the onclick plus value maybe which will initiate my javascript.
Can I some how edit my input button?
Thanks