Hello guys, I am actually customizing my wordpress theme.
Need basic html coding help! [SOLVED]
15
Hello guys,
I am actually customizing my wordpress theme.
I found a raw code for email subscription form. But I am unable to integrate aweber form in it.
I will be very helpful if anyone can fix this.
I want to add aweber to this form.
Please send me the whole code so I can just replace with the current one.
Thanks in advance.
I am actually customizing my wordpress theme.
I found a raw code for email subscription form. But I am unable to integrate aweber form in it.
I will be very helpful if anyone can fix this.
I want to add aweber to this form.
Code:
<div class="subscribe">
<form action="" method="post" id="subscribeForm" novalidate="novalidate" _lpchecked="1">
<input type="text" id="cemail" name="email" onfocus="if (this.value == 'Enter email here.') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter email here.';}" value="Enter email here." class="required email">
<button type="submit">Submit</button>
<div class="clear"></div>
<span class="errorMessage"></span>
</form>
<div class="sent" style="display: none; "></div>
</div> Thanks in advance.
- wordpressmania
- amrikvirdi
- dsimie
- tarif
- [ 1 ] Thanks
- [1] reply
- amrikvirdi
- [1] reply
- amrikvirdi
- [1] reply
- tarif
- [1] reply
- tarif
- [1] reply
- amrikvirdi
- chugtairizwan001 Banned
- amrikvirdi
- [1] reply
- tarif
- amrikvirdi
Next Topics on Trending Feed
-
15