Page 1 of 1

Hidden fields not hidden

Posted: Wed Aug 14, 2013 2:13 pm
by Herman Olivier
Hi

I am using Wp-subscribers with mail-jet on the following site here. The problem is the Hidden field for <input type=”hidden” name=”list_id” value="000000"> (list nr removed) still shows on the pop up.

The code as above is exactly as it is in the plugin.

Any assistance would be appreciated

Posted: Wed Aug 14, 2013 2:23 pm
by Jean-Christophe Bisoux
Hi Herman,

It's seems there is a issue with the copy paste, the ” is not " try to use this one

<input type="hidden" name="list_id" value="000000">

in the Hidden fields

Regards,
JC

Posted: Thu Aug 15, 2013 11:41 am
by Herman Olivier
Thx Jc
that did the trick!