Problem: Subscription Form Displaying Default Email Address
-
Hi there
First, let me say a big thank you for such a great plugin!
I am having one minor problem which I would really appreciate your help with.
I have set up the Wysija Subscription Widget and added it to my sidebar. I have selected “Yes” for “Display labels in inputs”.
However, when I visit the page, the Email input field displays my default WordPress email address (i.e. [email protected]) rather than the “Label for email:” entered in the widget area.
In other words, the HTML is showing up as follows:
input type=”text” id=”form-wysija-2-wysija-to” title=”Email Label” class=”defaultlabels wysija-email validate[required,custom[email]]” name=”wysija[user][email]” value=”[email protected]”
Instead, the HTML should be:
input type=”text” id=”form-wysija-2-wysija-to” title=”Email Label” class=”defaultlabels wysija-email validate[required,custom[email]]” name=”wysija[user][email]” value=””
I assume that this is some type of JavaScript problem. Any ideas on how I can stop the email address being added to the “value” attribute?
Many thanks
The topic ‘Problem: Subscription Form Displaying Default Email Address’ is closed to new replies.