Advertisement
Guest User

Checkbox code snip

a guest
Feb 28th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function select_subscribed_lists ($value) {
  2. return 'Second Choice';
  3. }
  4. add_filter('gform_field_value_subscription_checkbox', 'select_subscribed_lists');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement