Active
Project:
Queryable Variables
Version:
6.x-3.9
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2010 at 23:30 UTC
Updated:
2 Aug 2010 at 23:30 UTC
Can you provide an example using the FAPI, I just can't make it work.
<?php
$form['somefield'] = array(
'#type' => 'textfield',
'#default_value' => queryable_variables_get("somefield_variable", ''),
...
);
?>
Thanks