Input Button outside and not working properly
-
Hi there,
I get this code to work
<?php
echo ‘<form id=”usrform” class=”form-order-type” action=”” method=”post”>
<input style=”width: 100%” type=”text” placeholder=”Subj” name=”custom_mail_sub”>
<textarea form=”usrform” rows=”4″ cols=”50″ name=”custom_mail_message” rows=”10″ cols=”62″></textarea>
<input type=”submit” name=”send_email” value=”Send” class=”send”>
</form>’;
?>The <input type=”submit” name=”send_email” value=”Send” class=”send”> Button
is generated outside the WYSWYG box and on the latest version of plugin, SAVE button is not working after this error.Is this normal?
The topic ‘Input Button outside and not working properly’ is closed to new replies.