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?
Appnitro Software Forums » MachForm
automatically add carriage return/newline after text entry
(2 posts)-
Posted 1 year ago #
-
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 #
Reply
You must log in to post.