• Resolved email889

    (@email889)


    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?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wassereimer

    (@wassereimer)

    Hi,

    first: You dont need the php syntax. It is useless.

    <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>

    For the rest: I dont understand the problem. Do you have a screenshot or a example? What is the name of the plugin u use?

    Thread Starter email889

    (@email889)

    Hi again,

    I Tried just HTML and with echo. I think it is working on the front end now. The back-end still can see the SEND (see link). https://i66.tinypic.com/2m3sc61.jpg

    Thank you

    Plugin Author wassereimer

    (@wassereimer)

    Hi, thanks for your feedback. It′s a bit weired that the “Send” field/button is there. Perhaps it′s because of the other plugin you use for the form. The important thing: It′s working. ??

    Thread Starter email889

    (@email889)

    Still Problem,

    Once in the Edit Code page https://i66.tinypic.com/2m3sc61.jpg
    cannot Save the changes after editing. SAVE Button not working. please test yourself with just the html code you provide and SAVE for first time.

    Then, edit to go to the edit page and try click SAVE button to see if it works with the latest ECP. Mine does not save.

    The older version SCP without new Ui can SAVE but not the new ECP.

    Plugin Author wassereimer

    (@wassereimer)

    Ok, thank you for the information. I′ve checked and tested that. Your are right: With this code i cannot save the edited code. But only in this example. Other codes can still be edited. I will have a look at it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Input Button outside and not working properly’ is closed to new replies.