Appnitro Software Forums » MachForm

automatically add carriage return/newline after text entry

(2 posts)
  • Started 1 year ago by anwarbashir
  • Latest reply from redityo

  1. 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 1 year ago #
  2. 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;
    }
    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.