I'm trying to pass a value from a URL link to a field in WFB but cannot get it to work, I used the example posted here before but no luck:
http://ericrohloff.com/coffeecup/ccforu … etvar_url/
Here is my test page:
http://asa.webpreviews.co.za/value.html
The link looks as follows:
<a href="test/test.html?answer=Cool" target="_top">Cool</a><
The field on the form contains the following value:
<input name="answer" id="item1_text_1" type="text" maxlenght="254" placeholder="" value="<?php echo $_GET['answer'];?>" />
Any help would be appreciated
