Passing a value from a URL to WFB

User 2622524 Photo


Registered User
96 posts

Hi All

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 :)

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.