This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

automatically add carriage return/newline after text entry


  1. anwarbashir
    Member

    I have a text box on a form that receives data from a card reader, I need to append a carriage return after the read so that the form completes and then calls itself again without any further user intervention. I also want to hide the submit button.Can anyone help?

    Posted 14 years ago #
  2. redityo

    Do you want the form automatically submitted after user read the text ? And to hide the submit button, you can add these CSS code in your form :

    #li_buttons {
    display:none !important;
    }

    MachForm Support

    Posted 14 years ago #

RSS feed for this topic

Reply