+ 3
How to
How make a type of submit btn in which user fills the form and press submit btn then that filled form came to me as message??đ€đ€
3 Answers
+ 2
You will have to attach some url(to your server ) with submit button ,when the user clicks on submit it will send data to your server where you can process it ,
0
Can u give me a example