Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author MembershipWorks

    (@sourcefound)

    When you add the widget you must save its settings at least once to initialize the values.

    Thread Starter MarcGuay

    (@marcguay)

    Hi,

    I’m using the widget by calling

    the_widget('sf_widget_constantcontact', array(
    		'grp'=>'General Interest',
    		'nam'=>1,
    		'txt'=>'',
    		'msg'=>__('Thank you, you\'ve been added to the list!', '_tk'),
    		'btn'=>__('Subscribe', '_tk'),
    		'req'=>0)
    );
    Plugin Author MembershipWorks

    (@sourcefound)

    Then you need to add ‘title’ to the list of instance parameters.

    Thread Starter MarcGuay

    (@marcguay)

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Notice: Undefined index’ is closed to new replies.