I add an additional button to the comment form (Post & Read More) using javascript (and copy style with getComputedStyle). This works on all browsers except Opera.
I want to add the button inside: <p class="form-submit">
before or after <input id="submit" type="submit" value="Post Comment" name="submit">
so that the new input will have the same style as “submit”
Is this possible?
The topic ‘[Plugin Engage user & Anti spam] Duplicate button’ is closed to new replies.
(@dan-negrea)
14 years, 5 months ago
Hi,
I just released the third version of my plugin.
I add an additional button to the comment form (Post & Read More) using javascript (and copy style with getComputedStyle). This works on all browsers except Opera.
I want to add the button inside:
<p class="form-submit">before or after
<input id="submit" type="submit" value="Post Comment" name="submit">so that the new input will have the same style as “submit”
Is this possible?